biabstractchartsection.xml
来自「ajax 框价.是个好工具.javascript 矿家.可以用在任何平台.」· XML 代码 · 共 42 行
XML
42 行
<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="api.xsl"?><class name="BiAbstractChartSection" extends="BiAbstractChartSectionBase"> <description> Used as base class for marker, column rect and pie chart section. These are used to create the visual presentation for the data points of a chart. </description> <arguments> <argument name="oChart"> <description>The chart that the chart section is part of</description> <type><link class="BiAbstractChart">BiAbstractChart</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/> <events/> <remarks> It is preferred to set the properties on the graph <link class="BiChartPresentationManager">presentation manager</link> instead of directly setting it on the section. Setting the property on the <link class="BiChartPresentationManager">presentation manager</link> makes it persist when changing the type of the chart and other changes that require the sections to be recreated. </remarks></class>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?