BiPercentageStackedColumnChart
This chart displays a percentage stacked column chart for the given series.
A percentage stacked column chart stacks the columns from the different series on top of 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 BiGraph.
This class extends
BiColumnChart
and therefore all methods and fields available for
BiColumnChart
are also available for
BiPercentageStackedColumnChart
.
Constructor
new
BiPercentageStackedColumnChart
(
oGraph,oSeries
)
Parameters
| Name | Type | Optional | Default | Descripton |
oGraph |
|
The graph that the precentage stacked column chart is part of | ||
oSeries |
|
The series that the precentage stacked column chart is displaying |
Properties
None.
Methods
None.
Events
None.
Static Methods
None.
Static Fields
None.
Remarks
None.