BiColumnChart

This chart displays a column chart for the given series

This class extends BiAbstractChart and therefore all methods and fields available for BiAbstractChart are also available for BiColumnChart .

Constructor

new BiColumnChart ( oGraph,oSeries )

Parameters

Name Type Optional Default Descripton
oGraph BiGraph The graph that the column chart is part of
oSeries BiChartSeries 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

BiAbstractChartSection2

update

Updates/recreates the chart

Syntax

object.update
 (
 
 )
 

Parameters

No arguments.

Return Type