bichartvalueaxis2.xml

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

XML
39
字号
<?xml-stylesheet type="text/xsl" href="api.xsl"?>
<class name="BiChartValueAxis2" extends="BiChartValueAxisBase">

	<description>
		This class handles the drawing of the value axis for a
		<link class="BiGraph2">BiGraph2</link>.
	</description>

	<arguments>
		<argument name="oGraph">
			<description>The graph that the value axis is used with</description>
			<type><link class="BiGraph2">BiGraph2</link></type>
		</argument>
	</arguments>

	<staticMethods>
		<method name="fromXmlElement">
			<description>Creates an axis from an XML element describing the axis.</description>
			<arguments>
				<argument name="oGraph">
					<description>The graph that the value axis will be used with</description>
					<type><link class="BiGraph2">BiGraph2</link></type>
				</argument>
				<argument name="oElement" type="XmlElement" description="The element describing the value axis"/>
			</arguments>
			<returns>
				<type><link class="BiChartValueAxis2">BiChartValueAxis2</link></type>
			</returns>
		</method>
	</staticMethods>

	<staticFields/>

	<methods/>

	<properties/>

</class>

⌨️ 快捷键说明

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