NumericScaleRescaleConditionsOnDataBoundsChanged Method |
Announces a change of the data bounds of the set of data belonging to a scale.
Namespace: Altaxo.Graph.Scales.RescalingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public bool OnDataBoundsChanged(
double dataBoundsOrg,
double dataBoundsEnd
)
Parameters
- dataBoundsOrg Double
- The one side of the data bounds.
- dataBoundsEnd Double
- The other side of the data bounds.
Return Value
BooleanTrue if the provided data bounds resulted in changed orgs and ends of this object; otherwise, false.
Exceptions See Also