Click or drag to resize

Log10TickSpacingGetMinorTicksNormal Method

Gets the minor 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 override double[] GetMinorTicksNormal(
	Scale scale
)

Parameters

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

Return Value

Double
The minor ticks in normalized coordinates.
See Also