BiGridChartCell

This class is used to display a cell in a grid chart.

This class extends BiGridCell and therefore all methods and fields available for BiGridCell are also available for BiGridChartCell .

Constructor

new BiGridChartCell ( oGraph,sSeriesId,sCategoryId )

Parameters

Name Type Optional Default Descripton
oGraph BiGraph The graph that the grid chart is part of
sSeriesId String The id for the series that the cell displays.
sCategoryId String The id for the category that the cell displays.

Properties

Name Type get set Descripton
categoryId BiChartCategory checked The id of the categoryId the grid cell displays
graph BiGraph checked The graphs that the grid chart is part of
seriesId BiChartSeries checked The id of the series the grid cell displays

Methods

None.

Events

None.

Static Methods

None.

Static Fields

None.

Remarks

None.