Skip to main content
All docs
V26.1
  • NumericIntervalOptionsChangeInfo.CountChange Property

    Returns information about changes in the number of axis intervals.

    Namespace: DevExpress.XtraCharts

    Assembly: DevExpress.XtraCharts.v26.1.dll

    NuGet Package: DevExpress.Charts

    Declaration

    public ValueChangeInfo<int?> CountChange { get; }

    Property Value

    Type Description
    ValueChangeInfo<Nullable<Int32>>

    The information about changes in the number of axis intervals.

    Property Paths

    You can access this nested property as listed below:

    Object Type Path to CountChange
    NumericScaleChangedEventArgs

    Remarks

    Note that if the Count value is not changed, the ValueChangeInfo<T>.OldValue is equal to ValueChangeInfo<T>.NewValue.

    See Also