BiStackedColumnChart2
This chart displays a stacked column chart for the given series. A stacked
column chart stacks teh columns from the different series on top of each
other.
This is used with BiGraph2.
This class extends
BiColumnChart2
and therefore all methods and fields available for
BiColumnChart2
are also available for
BiStackedColumnChart2
.
Constructor
new
BiStackedColumnChart2
(
oGraph,oSeries
)
Parameters
| Name | Type | Optional | Default | Descripton |
oGraph |
|
The graph that the stacked column chart is part of | ||
oSeries |
|
The series that the stacked column chart is displaying |
Properties
None.
Methods
None.
Events
None.
Static Methods
None.
Static Fields
None.
Remarks
None.