DateTimeScaleProcessDataBounds(DateTime, DateTime, DateTimeScaleRescaleConditions) Method |
Processes the specified data bounds using the supplied rescaling conditions.
Namespace: Altaxo.Graph.Scales.DeprecatedAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void ProcessDataBounds(
DateTime xorg,
DateTime xend,
DateTimeScaleRescaleConditions rescaling
)
Parameters
- xorg DateTime
- The lower data bound.
- xend DateTime
- The upper data bound.
- rescaling DateTimeScaleRescaleConditions
- The rescaling conditions to apply.
See Also