Type: String;
The Type property determines type of data series.
Use JSON to set the property value and the getType method to get the property value.
By default the property value is set to Line.
Available values:
Area. Data series for an area chart.
Column. Data series shown as a column.
Doughnut. Data series for a doughnut chart.
Line. Data series for a line chart.
Pie. Data series for a pie chart.
Radar. Data series for a radar chart.
Scatter. Data series for a scatter chart.
Spline. Data series for a spline chart.
Stepline. Data series for a stepped line chart.
The example of use is given on the Example of Creating a Pie Chart page.
See also: