Click or drag to resize

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.Deprecated
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public abstract double[] GetMajorTicksNormal()

Return Value

Double
The array with relative (normal) major tick values.
See Also