Click or drag to resize

LinearTickSpacingZeroLever Property

Gets or sets the zero lever. This is a value (0..1) relative to the span of the scale, that designates how far the origin or the end of the scale could be extended (in Auto rescale mode) in order to include the scale value = 0.

Namespace: Altaxo.Graph.Scales.Ticks
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public double ZeroLever { get; set; }

Property Value

Double
The zero lever.
See Also