LabelPlotStylePaintOneItem Method |
Paints a single label.
Namespace: Altaxo.Graph.Gdi.Plot.StylesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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