Skip to main content
All docs
V25.1
  • NumericIntervalOptionsModel.DivisionMode Property

    Gets or sets the NumericIntervalOptions.DivisionMode property value within the model.

    Namespace: DevExpress.XtraCharts.Designer

    Assembly: DevExpress.XtraCharts.v25.1.Wizard.dll

    NuGet Package: DevExpress.Win.Charts

    Declaration

    [PropertyForOptions]
    public IntervalDivisionMode DivisionMode { get; set; }

    Property Value

    Type Description
    IntervalDivisionMode

    Specifies the interval calculation method.

    Available values:

    Name Description
    Auto

    The number of axis intervals and their size are automatically calculated.

    Width

    The NumericIntervalOptions.Width property specifies the axis interval size.

    Count

    The NumericIntervalOptions.Count property specifies the number of axis intervals.

    Property Paths

    You can access this nested property as listed below:

    Object Type Path to DivisionMode
    NumericScaleOptionsModel
    .IntervalOptions .DivisionMode
    See Also