Click or drag to resize

ErrorBarPlotStylePaintOneRange Method

Paints a single error-bar range for the specified axis.

Namespace: Altaxo.Graph.Gdi.Plot.Styles
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected void PaintOneRange(
	int axisNumber,
	Graphics g,
	IPlotArea layer,
	IPlotRange range,
	Processed2DPlotData pdata
)

Parameters

axisNumber  Int32
The axis number.
g  Graphics
The graphics context.
layer  IPlotArea
The plot layer.
range  IPlotRange
The range to paint.
pdata  Processed2DPlotData
The processed plot data.
See Also