corelibraries-devexpress-dot-xtracharts-73982f92.md
Lists values that define the axis interval calculation method.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
public enum IntervalDivisionMode
<ResourceFinder(GetType(XtraChartsResFinder), "PropertyNamesRes")>
Public Enum IntervalDivisionMode
| 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.
|
The following properties accept/return IntervalDivisionMode values:
| Library | Related API Members |
|---|---|
| Cross-Platform Class Library | NumericIntervalOptions.DivisionMode |
| WinForms Controls | NumericIntervalOptionsModel.DivisionMode |
Use the IntervalDivisionMode enumeration values to specify the NumericIntervalOptions.DivisionMode property.
See Also