BiGridChartRow

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

This class extends BiGridRow and therefore all methods and fields available for BiGridRow are also available for BiGridChartRow .

Constructor

new BiGridChartRow ( oGraph,sSeriesId )

Parameters

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

Properties

NameTypegetsetDescripton
graphBiGraphcheckedThe graphs that the grid chart is part of
seriesIdBiChartSeriescheckedThe id of the series the grid row displays

Methods

None.

Events

None.

Static Methods

None.

Static Fields

None.

Remarks

None.