⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 bichartpoint.xml

📁 ajax 框价.是个好工具.javascript 矿家.可以用在任何平台.
💻 XML
字号:
<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="api.xsl"?><class name="BiChartPoint" extends="BiObject">	<description>		This class is used to describe how to display a data point in the graph.		Each point is bound to a series and a category.	</description>	<arguments>		<argument name="oGraph" description="The graph this point is a part of">			<type><link class="BiGraph">BiGraph</link></type>		</argument>		<argument name="sSeriesId" type="String" description="The id of the series this point describes"/>		<argument name="sCategoryId" type="String" description="The id of the category this point describes"/>	</arguments>	<staticMethods>		<method name="fromXmlElement">			<description>				Creates a point object from an XML element describing that point.			</description>			<arguments>				<argument name="oGraph" description="The graph that the point belongs to">					<type><link class="BiGraph">BiGraph</link></type>				</argument>				<argument name="oNode" type="XmlElement" description="The element describing the point"/>			</arguments>			<returns>				<type><link class="BiChartPoint">BiChartPoint</link></type>			</returns>		</method>	</staticMethods>	<staticFields/>	<methods>		<method name="toXmlElement">			<description>Serializes the point to an XML element</description>			<arguments>				<argument name="oDoc" description="The XML document to create the element in">					<type><link class="BiXmlDocument">BiXmlDocument</link></type>				</argument>			</arguments>			<returns type="XmlElement"/>		</method>		<method name="fromXmlElement">			<description>				Gets the properties for the point from an XML Element.			</description>			<arguments>				<argument name="oNode" type="XmlElement" description="The element describing the point"/>			</arguments>			<returns type="void"/>		</method>		<method name="hasStrokeOpacity">			<description>Returns true if the <link>strokeOpacity</link> property has been set on the point</description>			<returns type="Boolean"/>		</method>		<method name="hasStrokeColor">			<description>Returns true if the <link>strokeColor</link> property has been set on the point</description>			<returns type="Boolean"/>		</method>		<method name="hasFillOpacity">			<description>Returns true if the <link>fillOpacity</link> property has been set on the point</description>			<returns type="Boolean"/>		</method>		<method name="hasFillColor">			<description>Returns true if the <link>fillColor</link> property has been set on the point</description>			<returns type="Boolean"/>		</method>		<method name="hasFillColor2">			<description>Returns true if the <link>fillColor2</link> property has been set on the point</description>			<returns type="Boolean"/>		</method>		<method name="hasFillType">			<description>Returns true if the <link>fillType</link> property has been set on the point</description>			<returns type="Boolean"/>		</method>		<method name="hasFillAngle">			<description>Returns true if the <link>fillAngle</link> property has been set on the point</description>			<returns type="Boolean"/>		</method>		<method name="hasMarkerType">			<description>Returns true if the <link>markerType</link> property has been set on the point</description>			<returns type="Boolean"/>		</method>		<method name="hasMarkerVisible">			<description>Returns true if the <link>markerVisible</link> property has been set on the point</description>			<returns type="Boolean"/>		</method>		<method name="hasExplode">			<description>Returns true if the <link>explode</link> property has been set on the point</description>			<returns type="Boolean"/>		</method>		<method name="getComponent">			<description>Returns the component (if any) that is used to display the point in the chart</description>			<type><link class="BiAbstractChartSection">BiAbstractChartSection</link></type>		</method>	</methods>	<properties>		<property name="categoryId" type="String" description="The id of the category this point descibes" get="true"/>		<property name="seriesId" type="String" description="The id of the series this point descibes" get="true"/>		<property name="strokeOpacity" type="Number" description="The stroke opacity for the section of the chart this point descibes" get="true" set="true"/>		<property name="strokeColor" type="String" description="The stroke color for the section of the chart this point descibes" get="true" set="true"/>		<property name="fillOpacity" type="Number" description="The fill opacity for the section of the chart this point descibes" get="true" set="true"/>		<property name="fillColor" type="String" description="The fill color for the section of the chart this point descibes" get="true" set="true"/>		<property name="fillColor2" type="String" description="The alternate fill color used when fill type is gradient" get="true" set="true"/>		<property name="fillType" type="String" description="The fill type used when painting the section of the chart this point descibes" get="true" set="true"/>		<property name="fillAngle" type="Number" description="The fill angle used when painting the section of the chart this point descibes." get="true" set="true"/>		<property name="markerType" type="String" description="The marker type for the section of the chart this point descibes" get="true" set="true"/>		<property name="markerVisible" type="String" description="Whether markers are visible for the section of the chart this point descibes" get="true" set="true"/>		<property name="explode" type="Number" description="The amount to move the pie chart section from the middle" get="true" set="true"/>	</properties>	<events/>	<remarks/></class>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -