Log10ScaleProcessDataBounds(Double, Double, NumericScaleRescaleConditions) Method |
Updates the scale from data bounds and the specified rescaling conditions.
Namespace: Altaxo.Graph.Scales.DeprecatedAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void ProcessDataBounds(
double xorg,
double xend,
NumericScaleRescaleConditions rescaling
)
Parameters
- xorg Double
- The lower data bound.
- xend Double
- The upper data bound.
- rescaling NumericScaleRescaleConditions
- The rescaling conditions to apply.
See Also