BiAbstractChart

This is the abstract base class for charts that are to be used with BiGraph.

This class extends BiAbstractChartBase and therefore all methods and fields available for BiAbstractChartBase are also available for BiAbstractChart .

Constructor

new BiAbstractChart ( oGraph,oSeries )

Parameters

NameTypeOptionalDefaultDescripton
oGraphBiGraphThe graph that the chart is part of
oSeriesBiChartSeriesThe series that the chart is displaying

Properties

None.

Methods

None.

Events

None.

Static Methods

None.

Static Fields

None.

Remarks

None.