LabelPlotStylePaintOneRange Method |
Paints one plot range of labels.
Namespace: Altaxo.Graph.Gdi.Plot.StylesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void PaintOneRange(
Graphics g,
IPlotArea layer,
IPlotRange range,
Processed2DPlotData pdata
)
Parameters
- g Graphics
- The graphics context.
- layer IPlotArea
- The plot layer.
- range IPlotRange
- The plot range.
- pdata Processed2DPlotData
- The processed plot data.
See Also