DateTimeScaleRescaleConditionsSetUserParameters(BoundaryRescaling, DateTime, BoundaryRescaling, DateTime) Method |
Sets user-provided rescaling parameters using absolute date-time values.
Namespace: Altaxo.Graph.Scales.RescalingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic virtual void SetUserParameters(
BoundaryRescaling orgRescaling,
DateTime orgValue,
BoundaryRescaling endRescaling,
DateTime endValue
)
Parameters
- orgRescaling BoundaryRescaling
- The origin rescaling mode.
- orgValue DateTime
- The origin value.
- endRescaling BoundaryRescaling
- The end rescaling mode.
- endValue DateTime
- The end value.
See Also