BarChartExpression

Description

The BarChartExpression inherits from StackedCategoricalChartExpression, CategoricalChartExpression and AbstractChartExpression. It adds some additional properties as follows:

BarChartExpression Properties

Property Name

Data Type

*Description*

drawBarOutline

Boolean (true/false)

If true, bars will be drawn with an outline. Default: false

maxBarWidth

Decimal

Sets the maximum width for the bars.

stackedBarRenderPercentages

Boolean (true/false)

Used only when stacked is true. If true, will render the bars as a percentage relative to the others in the category. Otherwise, it will render the stacked bars with their values.

Class Descendants