AxisLineStylePaint Method |
Paint the axis in the Graphics context.
Namespace: Altaxo.Graph.Graph3D.AxisAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void Paint(
IGraphicsContext3D g,
IPlotArea layer,
CSAxisInformation styleInfo,
TickSpacing? customTickSpacing
)
Parameters
- g IGraphicsContext3D
- The graphics context painting to.
- layer IPlotArea
- The layer the axis belongs to.
- styleInfo CSAxisInformation
- The axis information of the axis to paint.
- customTickSpacing TickSpacing
- If not null, this parameter provides a custom tick spacing that is used instead of the default tick spacing of the scale.
See Also