stackedType property
The stacked type. Possible string values are:
- "WATERFALL_STACKED_TYPE_UNSPECIFIED" : Default value, do not use.
- "STACKED" : Values corresponding to the same domain (horizontal axis) value will be stacked vertically.
- "SEQUENTIAL" : Series will spread out along the horizontal axis.
Implementation
core.String? stackedType;