CumulativeProbabilityTickSpacingFinalProcessScaleBoundaries Method |
Calculates the ticks based on the org and end of the scale.
Namespace: Altaxo.Graph.Scales.TicksAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public override void FinalProcessScaleBoundaries(
AltaxoVariant org,
AltaxoVariant end,
Scale scale
)
Parameters
- org AltaxoVariant
- Scale origin.
- end AltaxoVariant
- Scale end.
- scale Scale
- The underlying scale.
See Also