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 BiGraph2 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