Click or drag to resize

DateTimeScaleAdjustResultingOrgEndToValidValues Method

Adjusts the resulting origin and end values so that they form a valid non-empty interval.

Namespace: Altaxo.Graph.Scales
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected virtual void AdjustResultingOrgEndToValidValues(
	ref DateTime resultingOrg,
	ref DateTime resultingEnd
)

Parameters

resultingOrg  DateTime
The resulting origin.
resultingEnd  DateTime
The resulting end.
See Also