bigraph.xml

来自「ajax 框价.是个好工具.javascript 矿家.可以用在任何平台.」· XML 代码 · 共 51 行

XML
51
字号
<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="api.xsl"?><class name="BiGraph" extends="BiGraphBase">	<description>		This is the container used with graphs. The graph component contains		other components for the axes, legend, charts and more.	</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">					<type><link class="BiXmlDocument">BiXmlDocument</link></type>				</argument>			</arguments>			<returns>				<type><link class="BiGraph">BiGraph</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="BiGraph">BiGraph</link></type>			</returns>		</method>	</staticMethods>	<staticFields/>	<methods/>	<properties/>	<events/>	<remarks>		<link class="BiGraph">BiGraph</link> only works in Internet Explorer. If Mozilla support is needed		you should consider using <link class="BiGraph2">BiGraph2</link> instead.	</remarks></class>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?