bichartcategoryaxis.xml

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

XML
45
字号
<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="api.xsl"?><class name="BiChartCategoryAxis" extends="BiChartCategoryAxisBase">	<description>		This class handles the drawing of the category axis for a		<link class="BiGraph">BiGraph</link>.	</description>	<arguments>		<argument name="oGraph">			<description>The graph that the category axis is used with</description>			<type><link class="BiGraph">BiGraph</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 category axis will be used with</description>					<type><link class="BiGraph">BiGraph</link></type>				</argument>				<argument name="oElement" type="XmlElement" description="The element describing the category axis"/>			</arguments>			<returns>				<type><link class="BiChartCategoryAxis">BiChartCategoryAxis</link></type>			</returns>		</method>	</staticMethods>	<staticFields/>	<methods/>	<properties/>	<events/>	<remarks/></class>

⌨️ 快捷键说明

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