DateTimeScaleAdjustResultingOrgEndToValidValues Method |
Adjusts the resulting origin and end values so that they form a valid non-empty interval.
Namespace: Altaxo.Graph.ScalesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected virtual void AdjustResultingOrgEndToValidValues(
ref DateTime resultingOrg,
ref DateTime resultingEnd
)
Parameters
- resultingOrg DateTime
- The resulting origin.
- resultingEnd DateTime
- The resulting end.
See Also