📄 bigraph2.xml
字号:
<?xml-stylesheet type="text/xsl" href="api.xsl"?>
<class name="BiGraph2" extends="BiGraphBase">
<description>
This is a simpler graph control than <link class="BiGraph">BiGraph</link>.
<link class="BiGraph2">BiGraph2</link> works in Mozilla but it is a bit
more limited. For example, <link class="BiGraph2">BiGraph2</link> does
not support line charts nor pie charts. Gradient fills are ignored
by <link class="BiGraph2">BiGraph2</link>.
</description>
<arguments/>
<staticMethods>
<method name="fromXmlDocument">
<description>
Creates a new graph object from an XML document
</description>
<arguments>
<argument name="oDocument">
<description>
The XML document describing the graph
</description>
<type><link class="BiXmlDocument">BiXmlDocument</link></type>
</argument>
</arguments>
<returns>
<type><link class="BiGraph2">BiGraph2</link></type>
</returns>
</method>
<method name="fromUri">
<description>
Loads an XML document synchronously and then creates a
graph from the definition.
</description>
<arguments>
<argument name="sUri" description="The location of the XML document describing the graph" type="String"/>
</arguments>
<returns>
<type><link class="BiGraph2">BiGraph2</link></type>
</returns>
</method>
</staticMethods>
<staticFields/>
<methods/>
<properties/>
<events/>
<remarks/>
</class>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -