LabelPlotStylePaintOneItem Method |
Paints one label.
Namespace: Altaxo.Graph.Gdi.Plot.StylesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void PaintOneItem(
Graphics g,
string label,
double symbolSize,
BrushX? variableTextBrush,
BrushX? variableBackBrush
)
Parameters
- g Graphics
- label String
- symbolSize Double
- Symbol size used to calculate the offset positions.
- variableTextBrush BrushX
- If not null, this argument provides the text brush that should be used now. If null, then the _brush is used instead.
- variableBackBrush BrushX
See Also