BiGridChart

This class is used to display a grid containing the values in a graph. Each series in the graph is shown as a row in the grid and each point is shown as a cell.

This class extends BiGrid and therefore all methods and fields available for BiGrid are also available for BiGridChart .

Constructor

new BiGridChart ( oGraph )

Parameters

NameTypeOptionalDefaultDescripton
oGraphBiGraphThe graph that the grid chart is part of

Properties

NameTypegetsetDescripton
graphBiGraphcheckedThe graphs that the grid chart is part of

Methods

NameDescription
getCellByIdsReturns the cell for the BiChartSeries and the BiChartCategory with the given ids.
getRowByIdReturns the row for the series with the given id.

Events

None.

Static Methods

None.

Static Fields

None.

Remarks

None.

Method Details

getCellByIds

Returns the cell for the BiChartSeries and the BiChartCategory with the given ids.

Syntax

object.getCellByIds ( sSeriesId,sCategoryId )

Parameters

NameTypeOptionalDefaultDescripton
sSeriesIdStringThe id for the BiChartSeries.
sCategoryIdStringThe id for the BiChartCategory.

Return Type

BiGridChartCell

getRowById

Returns the row for the series with the given id.

Syntax

object.getRowById ( sSeriesId )

Parameters

NameTypeOptionalDefaultDescripton
sSeriesIdStringThe id for the BiChartSeries".

Return Type

BiGridChartRow