TimeSpanScaleChangedEventArgs Class
Stores data for the ChartControl.AxisScaleChanged(WebChartControl.AxisScaleChanged or ChartControlSettings.AxisScaleChanged) event when the changed scale is TimeSpan.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
Remarks
An instance of the TimeSpanScaleChangedEventArgs class that contains specified settings is automatically created and passed to the corresponding event’s handler. See the class members’ page for more information about class members.
Inheritance
Object
EventArgs
AxisScaleChangedEventArgs
TimeSpanScaleChangedEventArgs
See Also