Click or drag to resize

ScaleGetMinorTicksNormal Method

This will return the location of the minor 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[] GetMinorTicksNormal()

Return Value

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