TextGroupInterval Enum
Lists values that specify the group interval for string values.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Members
Name | Description |
---|---|
None
|
No grouping. Each value is displayed individually. |
Alphabetical
|
Values are grouped alphabetically. Example: A, B, C, … Z |
Remarks
Values listed by this enumeration are used to set the Dimension.TextGroupInterval property.
See Also