Click or drag to resize

TickSpacingGetMajorTicksNormal Method

Gets the major ticks in normalized scale coordinates.

Namespace: Altaxo.Graph.Scales.Ticks
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public virtual double[] GetMajorTicksNormal(
	Scale scale
)

Parameters

scale  Scale
The scale used to convert physical values to normalized values.

Return Value

Double
The major ticks in normalized coordinates.
See Also