Skip to main content
A newer version of this page is available. .

IntervalDivisionMode Enum

Lists values that define the axis interval calculation method.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.2.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.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 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