Click or drag to resize

LinearTickSpacingFinalProcessScaleBoundaries Method

Calculates the ticks based on the org and end of the scale.

Namespace: Altaxo.Graph.Scales.Ticks
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
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