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

Name Type Optional Default Descripton
oGraph BiGraph The graph that the grid chart is part of

Properties

Name Type get set Descripton
graph BiGraph checked The graphs that the grid chart is part of

Methods

Name Description
getCellByIds Returns the cell for the series and the category with the given ids.
getRowById Returns 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 series and the category with the given ids.

Syntax

object.getCellByIds
 (
 sSeriesId,sCategoryId
 )
 

Parameters

Name Type Optional Default Descripton
sSeriesId String The id for the series.
sCategoryId String The id for the category.

Return Type

BiGridChartCell

getRowById

Returns the row for the series with the given id.

Syntax

object.getRowById
 (
 sSeriesId
 )
 

Parameters

Name Type Optional Default Descripton
sSeriesId String The id for the series.

Return Type

BiGridChartRow