bichartmouseevent.xml
来自「ajax 框价.是个好工具.javascript 矿家.可以用在任何平台.」· XML 代码 · 共 44 行
XML
44 行
<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="api.xsl"?><class name="BiChartMouseEvent" extends="BiMouseEvent"> <description> This event is used for mouse events that are specific for a data point inside a <link class="BiGraph">graph</link>. </description> <arguments> <argument name="sType" type="String" description="The type of the event"/> <argument name="oBrowserEvent" type="Object" description="This is the internal browser event object."/> <argument name="oSeries" description="The series object that the point is part of"> <type><link class="BiChartSeries">BiChartSeries</link></type> </argument> <argument name="oCategory" description="The category object that the point is part of"> <type><link class="BiChartCategory">BiChartCategory</link></type> </argument> </arguments> <staticMethods/> <staticFields/> <methods/> <properties> <property name="series" description="The series that the point that fired the event is part of" get="true"> <type><link class="BiChartSeries">BiChartSeries</link></type> </property> <property name="category" description="The category that the point that fired the event is part of" get="true"> <type><link class="BiChartCategory">BiChartCategory</link></type> </property> </properties> <events/> <remarks> Unlike the <link class="BiMouseEvent">BiMouseEvent</link>s these events do not bubble by default. </remarks></class>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?