bichartarea2.xml
来自「ajax 框价.是个好工具.javascript 矿家.可以用在任何平台.」· XML 代码 · 共 49 行
XML
49 行
<?xml-stylesheet type="text/xsl" href="api.xsl"?>
<class name="BiChartArea2" extends="BiChartAreaBase">
<description>
This is the chart area used with <link class="BiGraph2">BiGraph2</link>.
</description>
<arguments>
<argument name="oGraph">
<description>The graph that the chart area is part of</description>
<type><link class="BiGraph2">BiGraph2</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="BiGraph2">BiGraph2</link></type>
</argument>
<argument name="oNode" type="XmlElement" description="The element describing the chart area"/>
</arguments>
<returns>
<type><link class="BiChartArea2">BiChartArea2</link></type>
</returns>
</method>
</staticMethods>
<staticFields/>
<methods/>
<properties/>
<events/>
<remarks>
The following properties inherited from <link class="BiChartAreaBase">BiChartAreaBase</link>
do not affect the look of the chart area:<br/>
<br/>
fillColor2<br/>
fillType<br/>
fillAngle<br/>
strokeOpacity
</remarks>
</class>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?