AxisStylePaint(Graphics, IPaintContext, IPlotArea) Method |
Paints the axis style using the layer default axis information provider.
Namespace: Altaxo.Graph.Gdi.AxisAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void Paint(
Graphics g,
IPaintContext paintContext,
IPlotArea layer
)
Parameters
- g Graphics
- The graphics context.
- paintContext IPaintContext
- The paint context.
- layer IPlotArea
- The plot layer.
See Also