BiPercentageStackedBarChart2

This chart displays a percentage stacked bar chart for the given series. A percentage stacked bar chart stacks the columns from the different series next to each other and the value of the columns is expressed in percentage so all values from the same category add up to 100%. This is used with BiGraph2.

This class extends BiPercentageStackedColumnChart2 and therefore all methods and fields available for BiPercentageStackedColumnChart2 are also available for BiPercentageStackedBarChart2 .

Constructor

new BiPercentageStackedBarChart2 ( oGraph,oSeries )

Parameters

Name Type Optional Default Descripton
oGraph BiGraph2 The graph that the precentage stacked bar chart is part of
oSeries BiChartSeries The series that the precentage stacked bar chart is displaying

Properties

None.

Methods

None.

Events

None.

Static Methods

None.

Static Fields

None.

Remarks

None.