Skip to main content
All docs
V25.1
  • TimeSpanScaleChangedEventArgs.IntervalOptionsChangeInfo Property

    Returns information about changes to TimeSpan scale interval options.

    Namespace: DevExpress.XtraCharts

    Assembly: DevExpress.XtraCharts.v25.1.dll

    NuGet Package: DevExpress.Charts

    Declaration

    public TimeSpanIntervalOptionsChangeInfo IntervalOptionsChangeInfo { get; }

    Property Value

    Type Description
    TimeSpanIntervalOptionsChangeInfo

    An object that contains information about interval options changes.

    See Also