Click or drag to resize

DateTimeScaleRescaleConditionsFixValuesForDataBoundsOrgAndEnd Method

Fixes the data bounds org and end. Here you have to handle special cases, like org and end are equal. At return, org should be strictly less than end.

Namespace: Altaxo.Graph.Scales.Rescaling
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected virtual void FixValuesForDataBoundsOrgAndEnd(
	ref DateTime dataBoundsOrg,
	ref DateTime dataBoundsEnd
)

Parameters

dataBoundsOrg  DateTime
The data bounds org.
dataBoundsEnd  DateTime
The data bounds end.
See Also