Click or drag to resize

DateTimeScaleRescaleConditionsOnDataBoundsChanged 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.3572.0 (4.8.3572.0)
Syntax
C#
public void OnDataBoundsChanged(
	DateTime dataBoundsOrg,
	DateTime dataBoundsEnd
)

Parameters

dataBoundsOrg  DateTime
One side of the data bounds.
dataBoundsEnd  DateTime
The other side of the data bounds.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptiondataBoundsOrg should be less than or equal to dataBoundsEnd.
See Also