BiGridChartRow

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

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

Constructor

new BiGridChartRow ( oGraph,sSeriesId )

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 row displays.

Properties

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

Methods

None.

Events

None.

Static Methods

None.

Static Fields

None.

Remarks

None.