NumericScaleRescaleConditionsFixValuesForDataBoundsOrgAndEnd Method |
Fixes the data bounds org and end. Here you have to handle special cases, like org and end are equal. At return, org should be strictly less than end.
Namespace: Altaxo.Graph.Scales.RescalingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax protected abstract void FixValuesForDataBoundsOrgAndEnd(
ref double dataBoundsOrg,
ref double dataBoundsEnd
)
Parameters
- dataBoundsOrg Double
- The data bounds org.
- dataBoundsEnd Double
- The data bounds end.
See Also