Skip to main content
All docs
V26.1
  • DateTimeScaleChangedEventArgs.IntervalOptionsChangeInfo Property

    Returns information about DateTimeIntervalOptions class property value changes.

    Namespace: DevExpress.XtraCharts

    Assembly: DevExpress.XtraCharts.v26.1.dll

    NuGet Package: DevExpress.Charts

    Declaration

    public DateTimeIntervalOptionsChangeInfo IntervalOptionsChangeInfo { get; }

    Property Value

    Type Description
    DateTimeIntervalOptionsChangeInfo

    An object that contains information about DateTimeIntervalOptions class property value changes.

    See Also