NumericIntervalOptionsModel.DivisionMode Property
Gets or sets the NumericIntervalOptions.DivisionMode property value within the model.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v24.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
Declaration
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 |
|
See Also