BiAbstractChart2

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

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

Constructor

new BiAbstractChart2 ( oGraph,oSeries )

Parameters

Name Type Optional Default Descripton
oGraph BiGraph2 The graph that the chart is part of
oSeries BiChartSeries The series that the chart is displaying

Properties

None.

Methods

None.

Events

None.

Static Methods

None.

Static Fields

None.

Remarks

None.