bichartlegendlabel.xml
来自「ajax 框价.是个好工具.javascript 矿家.可以用在任何平台.」· XML 代码 · 共 42 行
XML
42 行
<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="api.xsl"?><class name="BiChartLegendLabel" extends="BiLabel"> <description> A special lable used for the items in the <link class="BiChartLegend">chart legend</link> </description> <arguments> <argument name="oLegendFor" type="Object"> <description> Object used to describe the icon and the text. See <link>legendFor</link> below. </description> </argument> </arguments> <staticMethods/> <staticFields/> <methods/> <properties> <property name="legendFor" type="Object" get="true" set="true"> <description> The object used for the text and the icon for the label. This object needs to have the methods <code>getTitle()</code> (See for example <link field="title" class="BiAbstractChart">title for BiAbstractChart</link>) and <code>getIconHtml(oLabel)</code> (See for example <link field="getIconHtml" class="BiImage">getIconHtml for BiImage</link>). </description> </property> </properties> <events/> <remarks/></class>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?