StackedCategoricalChartExpression
Description
The StackedCategoricalChartExpression is the ancestor for all categorical charts that support stacking (like stacked area and stacked bar charts). It inherits from CategoricalChartExpression and AbstractChartExpression. It only adds one property to CategoricalChartExpression and is as follows:
StackedCategoricalChartExpression Properties
Property Name |
Data Type |
Description |
---|---|---|
stacked |
Boolean (true/false) |
If true, then the chart will be rendered as stacked. Default: false |