bichartlegend.xml

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

XML
58
字号
<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="api.xsl"?><class name="BiChartLegend" extends="BiComponent">	<description>		The legend component is used to show a list of the titles of the series		or categories depending on the chart type.	</description>	<arguments>		<argument name="oGraph">			<description>The graph that the legend is part of</description>			<type><link class="BiGraph">BiGraph</link></type>		</argument>	</arguments>	<staticMethods/>	<staticFields/>	<methods>		<method name="fromXmlElement">			<description>Makes the legend reflect the information provided by the XML element.</description>			<arguments>				<argument name="oElement" type="XmlElement" description="The element describing the legend"/>			</arguments>			<returns type="void"/>		</method>		<method name="toXmlElement">			<description>Serializes the legend object 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="graph" get="true">			<description>The graph that the grid lines are part of</description>			<type><link class="BiGraph">BiGraph</link></type>		</property>		<property name="fontSize" type="Number" set="true" get="true">			<description>				The font size (in pixels) of the labels inside the legend.			</description>		</property>	</properties>	<events/>	<remarks/></class>

⌨️ 快捷键说明

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