G2DPlotItemPaint(Graphics, IPlotArea, Processed2DPlotData, Processed2DPlotData, Processed2DPlotData) Method |
Needed for coordinate transforming styles to plot the data.
Namespace: Altaxo.Graph.Gdi.PlotAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public virtual void Paint(
Graphics g,
IPlotArea layer,
Processed2DPlotData plotdata,
Processed2DPlotData? prevPlotData,
Processed2DPlotData? nextPlotData
)
Parameters
- g Graphics
- Graphics context.
- layer IPlotArea
- The plot layer.
- plotdata Processed2DPlotData
- The plot data. Since the data are transformed, you should not rely that the physical values in this item correspond to the area coordinates.
- prevPlotData Processed2DPlotData
- Plot data of the previous plot item.
- nextPlotData Processed2DPlotData
- Plot data of the next plot item.
See Also