BiGridChartCell

This class is used to display a cell in a BiGridChart.

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

NameTypeOptionalDefaultDescripton
oGraphBiGraphThe graph that the grid chart is part of
sSeriesIdStringThe id for the BiChartSeries that the cell displays.
sCategoryIdStringThe id for the category that the cell displays.

Properties

NameTypegetsetDescripton
categoryIdBiChartCategorycheckedThe id of the categoryId the grid cell displays
graphBiGraphcheckedThe graph that the grid chart is part of
seriesIdBiChartSeriescheckedThe id of the series the grid cell displays

Methods

None.

Events

None.

Static Methods

None.

Static Fields

None.

Remarks

None.