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

BootstrapChartArgumentAxis.Categories Property

Specifies the order of categories on an axis of the “discrete“ type.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v18.2.dll

Declaration

public string[] Categories { get; set; }

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