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

BootstrapPolarChartArgumentAxis.Categories Property

Specifies the order in which arguments (categories) are arranged on the discrete argument axis.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

public string[] Categories { get; set; }

Property Value

Type Description
String[]

A string array of category names.

Remarks

If you specify the chart’s data using a common array of objects, these objects may be displayed in a random order. If you set the chart’s data for each series individually, the order in which the series are positioned in the BootstrapPolarChartSeriesCollection array can also be random. In these instances, the resulting argument order on the discrete argument axis may not be appropriate. To specify the order of categories (arguments on a discrete argument axis), assign an array of category names to the Categories property.

See Also