Back to Devexpress

NumericIntervalOptionsModel.DivisionMode Property

windowsforms-devexpress-dot-xtracharts-dot-designer-dot-numericintervaloptionsmodel.md

latest2.2 KB
Original Source

NumericIntervalOptionsModel.DivisionMode Property

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

Namespace : DevExpress.XtraCharts.Designer

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

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
[PropertyForOptions]
public IntervalDivisionMode DivisionMode { get; set; }
vb
<PropertyForOptions>
Public Property DivisionMode As IntervalDivisionMode

Property Value

TypeDescription
IntervalDivisionMode

Specifies the interval calculation method.

|

Available values:

NameDescription
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 TypePath to DivisionMode
NumericScaleOptionsModel

.IntervalOptions .DivisionMode

|

See Also

NumericIntervalOptionsModel Class

NumericIntervalOptionsModel Members

DevExpress.XtraCharts.Designer Namespace