ChartCanvasSerie.Data

Syntax

Data: Array;

Description

The Data property determines array of chart series data.

Comments

Use JSON or the setData method to set the property value and the getData method to get the property value.

The array contains numeric values that represent data of the chart series.

The setData method contains the value parameter that sets array of chart series data, 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 Histogram page.

See also:

ChartCanvasSerie