Paints the grid lines for the specified axis.
Namespace: Altaxo.Graph.Gdi.AxisAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void Paint(
Graphics g,
IPlotArea layer,
int axisnumber
)
Parameters
- g Graphics
- The graphics context.
- layer IPlotArea
- The plot layer.
- axisnumber Int32
- The axis number for which the grid is drawn.
See Also