Skip to main content
All docs
V25.1
  • TimeSpanScaleChangedEventArgs Class

    Namespace: DevExpress.XtraCharts

    Assembly: DevExpress.XtraCharts.v25.1.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