DateTimeScaleRescaleConditionsOnDataBoundsChanged 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.3572.0 (4.8.3572.0)
Syntaxpublic 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
See Also