bigridchart.xml
来自「ajax 框价.是个好工具.javascript 矿家.可以用在任何平台.」· XML 代码 · 共 74 行
XML
74 行
<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="api.xsl"?><class name="BiGridChart" extends="BiGrid"> <description> This class is used to display a grid containing the values in a graph. Each series in the graph is shown as a <link class="BiGridChartCell">row</link> in the grid and each point is shown as a <link class="BiGridChartCell">cell</link>. </description> <arguments> <argument name="oGraph"> <description>The graph that the grid chart is part of</description> <type><link class="BiGraph">BiGraph</link></type> </argument> </arguments> <staticMethods/> <staticFields/> <methods> <method name="getRowById"> <description> Returns the <link class="BiGridChartRow">row</link> for the <link class="BiChartSeries">series</link> with the given id. </description> <arguments> <argument name="sSeriesId" type="String"> <description> The id for the <link class="BiChartSeries">series</link>. </description> </argument> </arguments> <returns> <type><link class="BiGridChartRow">BiGridChartRow</link></type> </returns> </method> <method name="getCellByIds"> <description> Returns the <link class="BiGridChartCell">cell</link> for the <link class="BiChartSeries">series</link> and the <link class="BiChartCategory">category</link> with the given ids. </description> <arguments> <argument name="sSeriesId" type="String"> <description> The id for the <link class="BiChartSeries">series</link>. </description> </argument> <argument name="sCategoryId" type="String"> <description> The id for the <link class="BiChartCategory">category</link>. </description> </argument> </arguments> <returns> <type><link class="BiGridChartCell">BiGridChartCell</link></type> </returns> </method> </methods> <properties> <property name="graph" description="The graphs that the grid chart is part of" get="true"> <type><link class="BiGraph">BiGraph</link></type> </property> </properties> <events/> <remarks/></class>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?