ChartCanvasSerie.Index

Syntax

Index: Number;

Description

The Index property determines index of the chart data series.

Comments

Use JSON or the setIndex method to set the property value and the getIndex method to get the property value.

The setIndex method contains the value parameter that sets index of chart data series, and the redraw parameter that indicates whether chart needs to be redrawn.

Available values for the redraw parameter:

Example

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

See also:

ChartCanvasSerie