bigraph2.xml
来自「ajax 框价.是个好工具.javascript 矿家.可以用在任何平台.」· XML 代码 · 共 55 行
XML
55 行
<?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 + =
减小字号Ctrl + -
显示快捷键?