bipiechartsection.xml
来自「ajax 框价.是个好工具.javascript 矿家.可以用在任何平台.」· XML 代码 · 共 44 行
XML
44 行
<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="api.xsl"?><class name="BiPieChartSection" extends="BiAbstractChartSection"> <description> This class handles the components used to show the rectangles for a <link class="BiPieChart">pie chart</link>. </description> <arguments> <argument name="oChart"> <description>The chart that the chart section is part of</description> <type><link class="BiPieChart">BiPieChart</link></type> </argument> <argument name="oCategory"> <description>The category that the chart section is displaying</description> <type><link class="BiChartCategory">BiChartCategory</link></type> </argument> </arguments> <staticMethods/> <staticFields/> <methods/> <properties> <property name="radius" type="Number" description="The size of the radius (0-1) where 1 means that it will take up the entire available size" set="true" get="true"/> <property name="explode" type="Number" description="The distance to move the sectio from the center (0-1, percentage of available size)." set="true" get="true"/> <property name="startAngle" type="Number" description="The angle given in radians where the pie chart section starts." set="true" get="true"/> <property name="endAngle" type="Number" description="The angle given in radians where the pie chart section ends." set="true" get="true"/> </properties> <events/> <remarks/></class>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?