type property

String? type
getter/setter pair

The type of this series.

Valid only if the chartType is COMBO. Different types will change the way the series is visualized. Only LINE, AREA, and COLUMN are supported. Possible string values are:

  • "BASIC_CHART_TYPE_UNSPECIFIED" : Default value, do not use.
  • "BAR" : A bar chart.
  • "LINE" : A line chart.
  • "AREA" : An area chart.
  • "COLUMN" : A column chart.
  • "SCATTER" : A scatter chart.
  • "COMBO" : A combo chart.
  • "STEPPED_AREA" : A stepped area chart.

Implementation

core.String? type;