DensityImagePlotStylePaint(Graphics, IPlotArea, XYZColumnPlotData) Method |
Paints the density image for column plot data.
Namespace: Altaxo.Graph.Gdi.Plot.StylesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void Paint(
Graphics gfrx,
IPlotArea gl,
XYZColumnPlotData plotData
)
Parameters
- gfrx Graphics
- The graphics context.
- gl IPlotArea
- The plot layer.
- plotData XYZColumnPlotData
- The column plot data.
See Also