BootstrapChartArgumentAxis.Categories Property
Specifies the order of categories on an axis of the “discrete“ type.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
Property Value
Type | Description |
---|---|
String[] | An array of String values specifying the order of categories. |
Remarks
Values on a discrete axis keep the order of objects in the data source, by default. To change the order, assign an array of properly sorted values to the Categories property.
See Also