BiColumnChart2
This chart displays a column chart for the given series
This class extends
BiAbstractChart2
and therefore all methods and fields available for
BiAbstractChart2
are also available for
BiColumnChart2
.
Constructor
new
BiColumnChart2
(
oGraph,oSeries
)
Parameters
| Name | Type | Optional | Default | Descripton |
oGraph |
|
The graph that the column chart is part of | ||
oSeries |
|
The series that the column chart is displaying |
Properties
None.
Methods
| Name | Description |
getComponentByCategoryId |
Returns the BiAbstractChartSection2
representing the rectangle for the category.
|
update |
Updates/recreates the chart |
Events
None.
Static Methods
None.
Static Fields
None.
Remarks
None.
Method Details
getComponentByCategoryId
Returns the BiAbstractChartSection2
representing the rectangle for the category.
Syntax
object.getComponentByCategoryId
(
sCatId
)
Parameters
| Name | Type | Optional | Default | Descripton |
sCatId |
String |
The id of the category to get the section for |
Return Type
update
Updates/recreates the chart
Syntax
object.update ( )
Parameters
No arguments.