Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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

  • No labels