ChartCanvasAxis.Categories

Syntax

Categories: Array;

Description

The Categories property determines categories for chart axis.

Comments

Use JSON or the setCategories method to set the property value, and the getCategories method to get the property value.

The array contains numeric or string values that represent chart categories.

Example

The example of use is given on the Example of Creating a Scatter Chart page.

See also:

ChartCanvasAxis