BiGraph

This is a cross browser, vector based graph component. This class is a container component used with graphs. It contains other components that makes up the graph such as axes, legend, charts and more.

This class extends BiGraphBase and therefore all methods and fields available for BiGraphBase are also available for BiGraph .

Constructor

new BiGraph ( )

Parameters

No parameters.

Properties

None.

Methods

None.

Events

None.

Static Methods

NameDescription
fromUriLoads an XML document synchronously and then creates a graph from the definition.
fromXmlDocumentCreates a new graph object from an XML document

Static Fields

None.

Remarks

None.

Static Method Details

fromUri

Loads an XML document synchronously and then creates a graph from the definition.

Syntax

BiGraph . fromUri ( sUri )

Parameters

NameTypeOptionalDefaultDescripton
sUriStringThe location of the XML document describing the graph

Return Type

BiGraph

fromXmlDocument

Creates a new graph object from an XML document

Syntax

BiGraph . fromXmlDocument ( oDoc )

Parameters

NameTypeOptionalDefaultDescripton
oDocBiXmlDocumentThe XML document describing the graph

Return Type

BiGraph