Chart.getSeriesTypes

Syntax

getSeriesTypes();

Description

The getSeriesTypes method returns the array of chart series types.

Comments

The array of chart series types contains values of the String type.

Possible values of data series types are given on the page that contains description of the ChartCanvasSerie.Type property.

Example

The example of use is given on the page with description of the Chart.Rendered event.

See also:

Chart