BiGraph
This is the container used with graphs. The graph component contains other components for the 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
| Name | Description |
fromUri |
Loads an XML document synchronously and then creates a graph from the definition. |
fromXmlDocument |
Creates a new graph object from an XML document |
Static Fields
None.
Remarks
BiGraph only works in Internet Explorer. If Mozilla support is needed you should consider using BiGraph2 instead.
Static Method Details
fromUri
Loads an XML document synchronously and then creates a graph from the definition.
Syntax
BiGraph
.
fromUri
(
sUri
)
Parameters
| Name | Type | Optional | Default | Descripton |
sUri |
String |
The location of the XML document describing the graph |
Return Type
fromXmlDocument
Creates a new graph object from an XML document
Syntax
BiGraph
.
fromXmlDocument
(
oDocument
)
Parameters
| Name | Type | Optional | Default | Descripton |
oDocument |
|
The XML document describing the graph |