BiChartArea2
This is the chart area used with BiGraph2.
This class extends
BiChartAreaBase
and therefore all methods and fields available for
BiChartAreaBase
are also available for
BiChartArea2
.
Constructor
new
BiChartArea2
(
oGraph
)
Parameters
| Name | Type | Optional | Default | Descripton |
oGraph |
|
The graph that the chart area is part of |
Properties
None.
Methods
None.
Events
None.
Static Methods
| Name | Description |
fromXmlElement |
Creates a new chart area object from an XML element |
Static Fields
None.
Remarks
The following properties inherited from BiChartAreaBase do not affect the look of the chart area: fillColor2 fillType fillAngle strokeOpacity
Static Method Details
fromXmlElement
Creates a new chart area object from an XML element
Syntax
BiChartArea2 . fromXmlElement ( oGraph,oNode )
Parameters
| Name | Type | Optional | Default | Descripton |
oGraph |
|
The graph that the chart area belongs to | ||
oNode |
XmlElement |
The element describing the chart area |