Click or drag to resize

TickSpacingFinalProcessScaleBoundaries Method

Calculates the ticks based on the org and end of the scale. Org and End now are given and can not be changed anymore.

Namespace: Altaxo.Graph.Scales.Ticks
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public abstract void FinalProcessScaleBoundaries(
	AltaxoVariant org,
	AltaxoVariant end,
	Scale scale
)

Parameters

org  AltaxoVariant
Scale origin.
end  AltaxoVariant
Scale end.
scale  Scale
The scale.
See Also