InverseTickSpacingCalculateNumberOfMinorTicks Method |
Calculates the number of minor ticks from the major span value and the target number of minor ticks.
Namespace: Altaxo.Graph.Scales.TicksAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static int CalculateNumberOfMinorTicks(
double majorSpan,
int targetNumberOfMinorTicks
)
Parameters
- majorSpan Double
- Major span value.
- targetNumberOfMinorTicks Int32
- Target number of minor ticks.
Return Value
Int32[Missing <returns> documentation for "M:Altaxo.Graph.Scales.Ticks.InverseTickSpacing.CalculateNumberOfMinorTicks(System.Double,System.Int32)"]
See Also