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

NameTypeOptionalDefaultDescripton
oGraphBiGraph2The graph that the chart area is part of

Properties

None.

Methods

None.

Events

None.

Static Methods

NameDescription
fromXmlElementCreates 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

NameTypeOptionalDefaultDescripton
oGraphBiGraph2The graph that the chart area belongs to
oNodeXmlElementThe element describing the chart area

Return Type

BiChartArea2