Skip to main content
A newer version of this page is available. .
All docs
V21.2

TimeSpanScaleChangedEventArgs Class

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v21.2.dll

NuGet Package: DevExpress.Charts

Declaration

public class TimeSpanScaleChangedEventArgs :
    AxisScaleChangedEventArgs

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