bichartarea.xml

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

XML
52
字号
<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="api.xsl"?><class name="BiChartArea" extends="BiChartAreaBase">	<description>		This class represents the area where the charts inside a graph are displayed.	</description>	<arguments>		<argument name="oGraph">			<description>The graph that the chart area is part of</description>			<type><link class="BiGraph">BiGraph</link></type>		</argument>	</arguments>	<staticMethods>		<method name="fromXmlElement">			<description>Creates a new chart area object from an XML element</description>			<arguments>				<argument name="oGraph" description="The graph that the chart area belongs to">					<type><link class="BiGraph">BiGraph</link></type>				</argument>				<argument name="oNode" type="XmlElement" description="The element describing the chart area"/>			</arguments>			<returns>				<type><link class="BiChartArea">BiChartArea</link></type>			</returns>		</method>	</staticMethods>	<staticFields/>	<methods/>	<properties/>	<events/>	<remarks>		The size and location of the chart area is expressed in a coordinate space from		0 to 1000. Therefore to make the chart area cover the entire graph use the following<br/>		<br/><code>var chartArea = graph.getChartArea();<br/>chartArea.setLocation(0, 0);<br/>chartArea.setSize(1000, 1000);<br/></code>	</remarks></class>

⌨️ 快捷键说明

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