AxisStyleTickSpacing Property |
Gets or sets the tick spacing. This is a custom tick spacing, thus this property can be set to null. If set to null, the default tick spacing of the appropriate scale is used.
If not null, the tick spacing provided is used, but this tick spacing does not influence the Org or the End of the scale.
Namespace: Altaxo.Graph.Graph3D.AxisAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public TickSpacing? TickSpacing { get; set; }
Property Value
TickSpacing
The tick spacing.
See Also