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