Back to Devexpress

IntervalDivisionMode Enum

corelibraries-devexpress-dot-xtracharts-73982f92.md

latest1.9 KB
Original Source

IntervalDivisionMode Enum

Lists values that define the axis interval calculation method.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
public enum IntervalDivisionMode
vb
<ResourceFinder(GetType(XtraChartsResFinder), "PropertyNamesRes")>
Public Enum IntervalDivisionMode

Members

NameDescription
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:

LibraryRelated API Members
Cross-Platform Class LibraryNumericIntervalOptions.DivisionMode
WinForms ControlsNumericIntervalOptionsModel.DivisionMode

Remarks

Use the IntervalDivisionMode enumeration values to specify the NumericIntervalOptions.DivisionMode property.

See Also

DevExpress.XtraCharts Namespace