IntervalDivisionMode Enum
Lists values that define the axis interval calculation method.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
[TypeConverter(typeof(EnumTypeConverter))]
public enum IntervalDivisionMode
Members
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. |
Related API Members
The following properties accept/return IntervalDivisionMode values:
Library | Related API Members |
---|---|
Cross-Platform Class Library | NumericIntervalOptions.DivisionMode |
WinForms Controls | NumericIntervalOptionsModel.DivisionMode |
Remarks
Use the IntervalDivisionMode enumeration values to specify the NumericIntervalOptions.DivisionMode property.
See Also