Click or drag to resize

LabelPlotStylePaintOneItem Method

Paints a single label.

Namespace: Altaxo.Graph.Gdi.Plot.Styles
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void PaintOneItem(
	Graphics g,
	string label,
	double symbolSize,
	BrushX? variableTextBrush,
	BrushX? variableBackBrush
)

Parameters

g  Graphics
The graphics context.
label  String
The label text.
symbolSize  Double
The symbol size used to calculate offsets.
variableTextBrush  BrushX
The optional text brush override.
variableBackBrush  BrushX
The optional background brush override.
See Also