Click or drag to resize

FillToCurvePlotStyleStraightConnection_PaintOneRange Method

Paints the fill region between one range and the corresponding range of the previous curve.

Namespace: Altaxo.Graph.Gdi.Plot.Styles
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void StraightConnection_PaintOneRange(
	Graphics g,
	Processed2DPlotData pdata,
	PlotRange range,
	IPlotArea layer,
	Processed2DPlotData previousData,
	Brush fillBrush
)

Parameters

g  Graphics
The graphics context.
pdata  Processed2DPlotData
The current processed plot data.
range  PlotRange
The plot range.
layer  IPlotArea
The plot layer.
previousData  Processed2DPlotData
The processed plot data of the reference curve.
fillBrush  Brush
The fill brush.
See Also