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
| Name | Type | Optional | Default | Descripton |
oGraph |
|
The graph that the chart is part of | ||
oSeries |
|
The series that the chart is displaying |
Properties
None.
Methods
None.
Events
None.
Static Methods
None.
Static Fields
None.
Remarks
None.