ScaleGetMajorTicksNormal Method |
This will return the location of the major ticks relative on this axis, that mean
the value range is 0..1.
Namespace: Altaxo.Graph.Scales.DeprecatedAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public abstract double[] GetMajorTicksNormal()
Return Value
DoubleThe array with relative (normal) major tick values.
See Also