bichartareabase.xml

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

XML
96
字号
<?xml-stylesheet type="text/xsl" href="api.xsl"?>
<class name="BiChartAreaBase" extends="BiComponent">

	<description>
		This is the abstract base class for <link class="BiChartArea">BiChartArea</link>
		and <link class="BiChartArea2">BiChartArea2</link>.
		The chart area is the part of the graph that contains the charts.
	</description>

	<arguments>
		<argument name="oGraph">
			<description>The graph that the chart area is part of</description>
			<type><link class="BiGraphBase">BiGraphBase</link></type>
		</argument>
	</arguments>

	<staticMethods/>

	<staticFields/>

	<methods>
		<method name="hasFillColor">
			<description>Returns true if the <link>fillColor</link> property has been set on the chart area</description>
			<returns type="Boolean"/>
		</method>
		<method name="hasFillColor2">
			<description>Returns true if the <link>fillColor2</link> property has been set on the chart area</description>
			<returns type="Boolean"/>
		</method>
		<method name="hasFillOpacity">
			<description>Returns true if the <link>fillOpacity</link> property has been set on the chart area</description>
			<returns type="Boolean"/>
		</method>
		<method name="hasFillType">
			<description>Returns true if the <link>fillType</link> property has been set on the chart area</description>
			<returns type="Boolean"/>
		</method>
		<method name="hasFillAngle">
			<description>Returns true if the <link>fillAngle</link> property has been set on the chart area</description>
			<returns type="Boolean"/>
		</method>
		<method name="hasStrokeColor">
			<description>Returns true if the <link>strokeColor</link> property has been set on the chart area</description>
			<returns type="Boolean"/>
		</method>
		<method name="hasStrokeOpacity">
			<description>Returns true if the <link>strokeOpacity</link> property has been set on the chart area</description>
			<returns type="Boolean"/>
		</method>
		<method name="fromXmlElement">
			<description>Modifies the existing chart area by taking the properties from an XML element</description>
			<arguments>
				<argument name="oNode" type="XmlElement" description="The element describing the chart area"/>
			</arguments>
			<returns type="void"/>
		</method>
		<method name="toXmlElement">
			<description>Serializes the chart area to an XML element</description>
			<arguments>
				<argument name="oDoc" description="The XML document to create the element in">
					<type><link class="BiXmlDocument">BiXmlDocument</link></type>
				</argument>
			</arguments>
			<returns type="XmlElement"/>
		</method>
	</methods>

	<properties>
		<property name="fillColor" type="String" description="The background color of the
			chart area" get="true" set="true"/>
		<property name="fillColor2" type="String" description="The alternate color of the
			chart area (used when fill type is gradient)" get="true" set="true"/>
		<property name="fillOpacity" type="Number" description="The background color opacity of the
			chart area" get="true" set="true"/>
		<property name="fillType" type="String" get="true" set="true">
			<description>
				The type of the fill. Valid values are:<br/>
				<br/>
				solid<br/>
				gradient<br/>
				gradientradial
			</description>
		</property>
		<property name="fillAngle" type="String" description="The angle of the gradient" get="true" set="true"/>
		<property name="strokeColor" type="String" description="The border color of the
			chart area" get="true" set="true"/>
		<property name="strokeOpacity" type="Number" description="The border opacity of the
			chart area" get="true" set="true"/>
	</properties>

	<events/>

	<remarks/>

</class>

⌨️ 快捷键说明

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