Click or drag to resize

NumericalScaleGetMajorTicks Method

GetMajorTicks returns the physical values at which major ticks should occur

Namespace: Altaxo.Graph.Scales.Deprecated
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public abstract double[] GetMajorTicks()

Return Value

Double
physical values for the major ticks
See Also