Click or drag to resize

ColumnDrivenSymbolSizePlotStylePaint(Graphics, IPlotArea, Processed2DPlotData, Processed2DPlotData, Processed2DPlotData) Method

[Missing <summary> documentation for "M:Altaxo.Graph.Gdi.Plot.Styles.ColumnDrivenSymbolSizePlotStyle.Paint(System.Drawing.Graphics,Altaxo.Graph.Gdi.IPlotArea,Altaxo.Graph.Gdi.Plot.Data.Processed2DPlotData,Altaxo.Graph.Gdi.Plot.Data.Processed2DPlotData,Altaxo.Graph.Gdi.Plot.Data.Processed2DPlotData)"]


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

Parameters

g  Graphics

[Missing <param name="g"/> documentation for "M:Altaxo.Graph.Gdi.Plot.Styles.ColumnDrivenSymbolSizePlotStyle.Paint(System.Drawing.Graphics,Altaxo.Graph.Gdi.IPlotArea,Altaxo.Graph.Gdi.Plot.Data.Processed2DPlotData,Altaxo.Graph.Gdi.Plot.Data.Processed2DPlotData,Altaxo.Graph.Gdi.Plot.Data.Processed2DPlotData)"]

layer  IPlotArea

[Missing <param name="layer"/> documentation for "M:Altaxo.Graph.Gdi.Plot.Styles.ColumnDrivenSymbolSizePlotStyle.Paint(System.Drawing.Graphics,Altaxo.Graph.Gdi.IPlotArea,Altaxo.Graph.Gdi.Plot.Data.Processed2DPlotData,Altaxo.Graph.Gdi.Plot.Data.Processed2DPlotData,Altaxo.Graph.Gdi.Plot.Data.Processed2DPlotData)"]

pdata  Processed2DPlotData

[Missing <param name="pdata"/> documentation for "M:Altaxo.Graph.Gdi.Plot.Styles.ColumnDrivenSymbolSizePlotStyle.Paint(System.Drawing.Graphics,Altaxo.Graph.Gdi.IPlotArea,Altaxo.Graph.Gdi.Plot.Data.Processed2DPlotData,Altaxo.Graph.Gdi.Plot.Data.Processed2DPlotData,Altaxo.Graph.Gdi.Plot.Data.Processed2DPlotData)"]

prevItemData  Processed2DPlotData

[Missing <param name="prevItemData"/> documentation for "M:Altaxo.Graph.Gdi.Plot.Styles.ColumnDrivenSymbolSizePlotStyle.Paint(System.Drawing.Graphics,Altaxo.Graph.Gdi.IPlotArea,Altaxo.Graph.Gdi.Plot.Data.Processed2DPlotData,Altaxo.Graph.Gdi.Plot.Data.Processed2DPlotData,Altaxo.Graph.Gdi.Plot.Data.Processed2DPlotData)"]

nextItemData  Processed2DPlotData

[Missing <param name="nextItemData"/> documentation for "M:Altaxo.Graph.Gdi.Plot.Styles.ColumnDrivenSymbolSizePlotStyle.Paint(System.Drawing.Graphics,Altaxo.Graph.Gdi.IPlotArea,Altaxo.Graph.Gdi.Plot.Data.Processed2DPlotData,Altaxo.Graph.Gdi.Plot.Data.Processed2DPlotData,Altaxo.Graph.Gdi.Plot.Data.Processed2DPlotData)"]

Implements

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