BiGraph2

This is an html based graph control that is much simpler than BiGraph. Compared to BiGraph, which uses vector graphics, BiGraph2 is renders faster but is also more limited. For example, BiGraph2 does not support line charts or pie charts. Gradient fills are ignored by BiGraph2.

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

Constructor

new BiGraph2 ( )

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

BiGraph2 . fromUri ( sUri )

Parameters

NameTypeOptionalDefaultDescripton
sUriStringThe location of the XML document describing the graph

Return Type

BiGraph2

fromXmlDocument

Creates a new graph object from an XML document

Syntax

BiGraph2 . fromXmlDocument ( oDoc )

Parameters

NameTypeOptionalDefaultDescripton
oDocBiXmlDocumentThe XML document describing the graph

Return Type

BiGraph2