IntervalDivisionMode Enum
In This Article
Lists values that define the axis interval calculation method.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
public enum IntervalDivisionMode
#Members
Name | Description |
---|---|
Auto
|
The number of axis intervals and their size are automatically calculated. |
Width
|
The Numeric |
Count
|
The Numeric |
#Related API Members
The following properties accept/return IntervalDivisionMode values:
Library | Related API Members |
---|---|
Cross-Platform Class Library | Numeric |
Win |
Numeric |
#Remarks
Use the IntervalDivisionMode enumeration values to specify the NumericIntervalOptions.DivisionMode property.
See Also