Data: Array;
The Data property determines array of chart series data.
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:
true. The chart should be redrawn (default).
false. Chart rerendering is not required.
The example of use is given on the Example of Creating a Histogram page.
See also: