This paints the plot to the layer.
Namespace: Altaxo.Graph.Gdi.PlotAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax void Paint(
Graphics g,
IPaintContext context,
IPlotArea layer,
IGPlotItem? previousPlotItem,
IGPlotItem? nextPlotItem
)
Parameters
- g Graphics
- The graphics context.
- context IPaintContext
- The painting context.
- layer IPlotArea
- The plot layer.
- previousPlotItem IGPlotItem
- Previous plot item.
- nextPlotItem IGPlotItem
- Next plot item. Can be null.
Return Value
A data object, which can be used by the next plot item for some styles (like fill style).
See Also