bicolumnchart2.xml

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

XML
57
字号
<?xml-stylesheet type="text/xsl" href="api.xsl"?>
<class name="BiColumnChart2" extends="BiAbstractChart2">

	<description>
		This chart displays a column chart for the given series
	</description>

	<arguments>
		<argument name="oGraph">
			<description>The graph that the column chart is part of</description>
			<type><link class="BiGraph2">BiGraph2</link></type>
		</argument>
		<argument name="oSeries">
			<description>The series that the column chart is displaying</description>
			<type><link class="BiChartSeries">BiChartSeries</link></type>
		</argument>
	</arguments>

	<staticMethods/>

	<staticFields/>

	<methods>
		<method name="getComponentByCategoryId">
			<description>
				Returns the <link class="BiAbstractChartSection2">BiAbstractChartSection2</link>
				representing the rectangle for the category.
			</description>
			<arguments>
				<argument name="sCatId">
					<description>
						The id of the category to get the section for
					</description>
					<type>String</type>
				</argument>
			</arguments>
			<returns>
				<type><link class="BiAbstractChartSection2">BiAbstractChartSection2</link></type>
			</returns>
		</method>
		<method name="update">
			<description>
				Updates/recreates the chart
			</description>
			<arguments/>
			<returns/>
		</method>
	</methods>

	<properties/>

	<events/>

	<remarks/>

</class>

⌨️ 快捷键说明

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