LinearTickSpacingGetMajorTicksNormal Method |
Gets the major ticks in normalized scale coordinates.
Namespace: Altaxo.Graph.Scales.TicksAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic override double[] GetMajorTicksNormal(
Scale scale
)
Parameters
- scale Scale
- The scale used to convert physical values to normalized values.
Return Value
DoubleThe major ticks in normalized coordinates.
See Also