LinearScaleRescaleConditionsFixValuesForDataBoundsOrgAndEnd Method |
Fixes the data bounds org and end. Here we modify the bounds if org and end are equal.
Namespace: Altaxo.Graph.Scales.RescalingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax protected override void FixValuesForDataBoundsOrgAndEnd(
ref double dataBoundsOrg,
ref double dataBoundsEnd
)
Parameters
- dataBoundsOrg Double
- The data bounds org.
- dataBoundsEnd Double
- The data bounds end.
See Also