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

    Returns information about the DivisionMode value changes.

    Namespace: DevExpress.XtraCharts

    Assembly: DevExpress.XtraCharts.v26.1.dll

    NuGet Package: DevExpress.Charts

    Declaration

    public ValueChangeInfo<IntervalDivisionMode> DivisionModeChange { get; }

    Property Value

    Type Description
    ValueChangeInfo<IntervalDivisionMode>

    The division mode change info.

    Property Paths

    You can access this nested property as listed below:

    Object Type Path to DivisionModeChange
    NumericScaleChangedEventArgs
    .IntervalOptionsChangeInfo .DivisionModeChange

    Remarks

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

    See Also