bichartgridlinesbase.xml

来自「ajax 框价.是个好工具.javascript 矿家.可以用在任何平台.」· XML 代码 · 共 91 行

XML
91
字号
<?xml-stylesheet type="text/xsl" href="api.xsl"?>
<class name="BiChartGridLinesBase" extends="BiComponent">

	<description>
		This is the abstract base class for <link class="BiChartGridLines">BiChartGridLines</link>
		and <link class="BiChartGridLines2">BiChartGridLines2</link>.
	</description>

	<arguments>
		<argument name="oGraph">
			<description>The graph that the grid lines are part of</description>
			<type><link class="BiGraphBase">BiGraphBase</link></type>
		</argument>
	</arguments>

	<staticMethods/>

	<staticFields/>

	<methods>
		<method name="hasShowMajorValue">
			<description>Returns true if the <link>showMajorValue</link> property has been set on the grid lines</description>
			<returns type="Boolean"/>
		</method>
		<method name="hasShowMinorValue">
			<description>Returns true if the <link>showMinorValue</link> property has been set on the grid lines</description>
			<returns type="Boolean"/>
		</method>
		<method name="hasShowMajorCategory">
			<description>Returns true if the <link>showMajorCategory</link> property has been set on the grid lines</description>
			<returns type="Boolean"/>
		</method>
		<method name="hasShowMinorCategory">
			<description>Returns true if the <link>showMinorCategory</link> property has been set on the grid lines</description>
			<returns type="Boolean"/>
		</method>
		<method name="hasMajorValueStrokeColor">
			<description>Returns true if the <link>majorValueStrokeColor</link> property has been set on the grid lines</description>
			<returns type="Boolean"/>
		</method>
		<method name="hasMinorValueStrokeColor">
			<description>Returns true if the <link>minorValueStrokeColor</link> property has been set on the grid lines</description>
			<returns type="Boolean"/>
		</method>
		<method name="hasMajorCategoryStrokeColor">
			<description>Returns true if the <link>majorCategoryStrokeColor</link> property has been set on the grid lines</description>
			<returns type="Boolean"/>
		</method>
		<method name="hasMinorCategoryStrokeColor">
			<description>Returns true if the <link>minorCategoryStrokeColor</link> property has been set on the grid lines</description>
			<returns type="Boolean"/>
		</method>
		<method name="fromXmlElement">
			<description>Makes the grid lines reflect the information provided by the XML element.</description>
			<arguments>
				<argument name="oElement" type="XmlElement" description="The element describing the grid lines"/>
			</arguments>
			<returns type="void"/>
		</method>
		<method name="toXmlElement">
			<description>Serializes the grid lines object 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>
	</methods>

	<properties>
		<property name="graph" get="true">
			<description>The graph that the grid lines are part of</description>
			<type><link class="BiGraphBase">BiGraphBase</link></type>
		</property>
		<property name="showMajorValue" type="Boolean" description="Whether to show the major value grid lines" get="true" set="true"/>
		<property name="showMinorValue" type="Boolean" description="Whether to show the minor value grid lines" get="true" set="true"/>
		<property name="showMajorCategory" type="Boolean" description="Whether to show the major category grid lines" get="true" set="true"/>
		<property name="showMinorCategory" type="Boolean" description="Whether to show the minor category grid lines" get="true" set="true"/>
		<property name="majorValueStrokeColor" type="String" description="The color of the major value grid lines" get="true" set="true"/>
		<property name="minorValueStrokeColor" type="String" description="The color of the minor value grid lines" get="true" set="true"/>
		<property name="majorCategoryStrokeColor" type="String" description="The color of the major category grid lines" get="true" set="true"/>
		<property name="minorCategoryStrokeColor" type="String" description="The color of the minor category grid lines" get="true" set="true"/>
	</properties>

	<events/>

	<remarks/>

</class>

⌨️ 快捷键说明

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