NumericScaleRescaleConditionsSetUserParameters(BoundaryRescaling, Double, BoundaryRescaling, Double) Method |
Sets user-provided rescaling parameters using absolute numeric 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,
double orgValue,
BoundaryRescaling endRescaling,
double endValue
)
Parameters
- orgRescaling BoundaryRescaling
- The origin rescaling mode.
- orgValue Double
- The origin value.
- endRescaling BoundaryRescaling
- The end rescaling mode.
- endValue Double
- The end value.
See Also