BiStackedBarChart2

This chart displays a stacked bar chart for the given series. A stacked bar chart stacks the bars from the different series next to each other. This is used with BiGraph2.

This class extends BiStackedColumnChart2 and therefore all methods and fields available for BiStackedColumnChart2 are also available for BiStackedBarChart2 .

Constructor

new BiStackedBarChart2 ( oGraph,oSeries )

Parameters

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

Properties

None.

Methods

None.

Events

None.

Static Methods

None.

Static Fields

None.

Remarks

None.