CumulativeProbabilityTickSpacingGetMinorTicksNormal Method |
Gets the minor 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[] GetMinorTicksNormal(
Scale scale
)
Parameters
- scale Scale
- The scale used to convert physical values to normalized values.
Return Value
DoubleThe minor ticks in normalized coordinates.
See Also