Click or drag to resize

DateTimeScaleProcessDataBounds(AltaxoVariant, Boolean, AltaxoVariant, Boolean) Method

Calculates the axis origin and end using the data bounds. The origin and end are adjusted only if they are not fixed and the data-bound object contains valid data.

Namespace: Altaxo.Graph.Scales.Deprecated
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public override void ProcessDataBounds(
	AltaxoVariant org,
	bool orgfixed,
	AltaxoVariant end,
	bool endfixed
)

Parameters

org  AltaxoVariant
The requested axis origin.
orgfixed  Boolean
If set to true, the origin remains fixed.
end  AltaxoVariant
The requested axis end.
endfixed  Boolean
If set to true, the end remains fixed.
See Also