Click or drag to resize

DateTimeScaleRescaleConditionsOnDataBoundsChanged Method

[Missing <summary> documentation for "M:Altaxo.Graph.Scales.Rescaling.DateTimeScaleRescaleConditions.OnDataBoundsChanged(System.DateTime,System.DateTime)"]


Namespace: Altaxo.Graph.Scales.Rescaling
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void OnDataBoundsChanged(
	DateTime dataBoundsOrg,
	DateTime dataBoundsEnd
)

Parameters

dataBoundsOrg  DateTime

[Missing <param name="dataBoundsOrg"/> documentation for "M:Altaxo.Graph.Scales.Rescaling.DateTimeScaleRescaleConditions.OnDataBoundsChanged(System.DateTime,System.DateTime)"]

dataBoundsEnd  DateTime

[Missing <param name="dataBoundsEnd"/> documentation for "M:Altaxo.Graph.Scales.Rescaling.DateTimeScaleRescaleConditions.OnDataBoundsChanged(System.DateTime,System.DateTime)"]

See Also