bichartcategoryaxisbase.xml
来自「ajax 框价.是个好工具.javascript 矿家.可以用在任何平台.」· XML 代码 · 共 91 行
XML
91 行
<?xml-stylesheet type="text/xsl" href="api.xsl"?>
<class name="BiChartCategoryAxisBase" extends="BiComponent">
<description>
This is the abstract base calss for BiChartCategoryAxis
and BiChartCategoryAxis2.
</description>
<arguments>
<argument name="oGraph">
<description>The graph that the category axis is used with</description>
<type><link class="BiGraphBase">BiGraphBase</link></type>
</argument>
</arguments>
<staticMethods/>
<staticFields/>
<methods>
<method name="fromXmlElement">
<description>Makes the category axis reflect the information provided by the XML element.</description>
<arguments>
<argument name="oElement" type="XmlElement" description="The element describing the category axis"/>
</arguments>
<returns type="void"/>
</method>
<method name="toXmlElement">
<description>Serializes the category axis 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="majorTickInterval" type="Number" get="true" set="true">
<description>
The distance between the major ticks. Setting this to <code>null</code> makes
the tick interval automatic, which means that the tick interval is decided by
looking at the data of the charts.<br/>
This value needs to be an integer.
</description>
</property>
<property name="minorTickInterval" type="Number" get="true" set="true">
<description>
The distance between the minor ticks. Setting this to <code>null</code> makes
the tick interval automatic, which means that the tick interval is decided by
looking at the data of the charts.
</description>
</property>
<property name="showMajorTicks" type="Boolean" description="Whether to show the major ticks" get="true" set="true"/>
<property name="showMinorTicks" type="Boolean" description="Whether to show the major ticks" get="true" set="true"/>
<property name="showLabels" type="Boolean" description="Whether to show the labels" get="true" set="true"/>
<property name="axisBetweenCategories" type="Boolean" get="true" set="true">
<description>
When this is true the data points, the labels and the value axis are
placed between the major ticks. When false the data points, the labels
and the value axis are placed on the major ticks. The default is
<code>true</code> and therefore the first value will not be placed on
the value axis.
</description>
</property>
<property name="fontSize" type="Number" set="true" get="true">
<description>
The font size (in pixels) for the labels of the axis.
</description>
</property>
<property name="maximum" type="Number" get="true">
<description>
The maximum value of this axis. This is the number of categories
when axis is between the categories and the number of categories
plus one otherwise.
</description>
</property>
<property name="minimum" type="Number" get="true">
<description>
The minimum value of this axis. This is zero (0) for a category axis.
</description>
</property>
</properties>
<events/>
<remarks/>
</class>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?