Home > plot > IPlotAPI > chartType

IPlotAPI.chartType() method#

Set the type of the chart to be plotted.

Signature:
chartType(chartType: ChartType | ChartTypeString): IPlotAPI;

Parameters#

ParameterTypeDescription
chartTypeChartType | ChartTypeStringSpecifies the chart type.
Returns:

IPlotAPI