Click or drag to resize

LinePlotStylePaint Method

Paints the line plot.

Namespace: Altaxo.Graph.Gdi.Plot.Styles
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void Paint(
	Graphics g,
	IPlotArea layer,
	Processed2DPlotData pdata,
	Processed2DPlotData? prevItemData,
	Processed2DPlotData? nextItemData
)

Parameters

g  Graphics
The graphics context.
layer  IPlotArea
The plot layer.
pdata  Processed2DPlotData
The processed plot data for the current item.
prevItemData  Processed2DPlotData
The processed plot data for the previous item, if available.
nextItemData  Processed2DPlotData
The processed plot data for the next item, if available.

Implements

IG2DPlotStylePaint(Graphics, IPlotArea, Processed2DPlotData, Processed2DPlotData, Processed2DPlotData)
See Also