stackedType property

String? stackedType
getter/setter pair

The stacked type for charts that support vertical stacking.

Applies to Area, Bar, Column, Combo, and Stepped Area charts. Possible string values are:

  • "BASIC_CHART_STACKED_TYPE_UNSPECIFIED" : Default value, do not use.
  • "NOT_STACKED" : Series are not stacked.
  • "STACKED" : Series values are stacked, each value is rendered vertically beginning from the top of the value below it.
  • "PERCENT_STACKED" : Vertical stacks are stretched to reach the top of the chart, with values laid out as percentages of each other.

Implementation

core.String? stackedType;