DensityImagePlotStylePaint(Graphics, IPlotArea, XYZMeshedColumnPlotData) Method |
Paints the density image for meshed column 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,
XYZMeshedColumnPlotData myPlotAssociation
)
Parameters
- gfrx Graphics
- The graphics context.
- gl IPlotArea
- The plot layer.
- myPlotAssociation XYZMeshedColumnPlotData
- The meshed column plot data.
See Also