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

NameTypeOptionalDefaultDescripton
oGraphBiGraph2The graph that the column chart is part of
oSeriesBiChartSeriesThe series that the column chart is displaying

Properties

None.

Methods

NameDescription
getComponentByCategoryIdReturns the BiAbstractChartSection2 representing the rectangle for the category.
updateUpdates/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

NameTypeOptionalDefaultDescripton
sCatIdStringThe 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

void