Click or drag to resize

NumericScaleRescaleConditionsOnDataBoundsChanged Method

Announces a change of the data bounds of the set of data belonging to a scale.

Namespace: Altaxo.Graph.Scales.Rescaling
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
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

Boolean
True if the provided data bounds resulted in changed orgs and ends of this object; otherwise, false.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptiondataBoundsOrg should be less than dataBoundsEnd
See Also