Click or drag to resize

LinearTickSpacingOrgGrace Property

Gets or sets the origin grace. This is a value (0..1) relative to the span of the scale, that designates how far the origin of the scale is extended in Auto rescale mode.

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

Property Value

Double
The origin grace.
See Also