bichartvalueaxisbase.xml
来自「ajax 框价.是个好工具.javascript 矿家.可以用在任何平台.」· XML 代码 · 共 89 行
XML
89 行
<?xml-stylesheet type="text/xsl" href="api.xsl"?>
<class name="BiChartValueAxisBase" extends="BiComponent">
<description>
This is the abstract base class for <link class="BiChartValueAxis">BiChartValueAxis</link>
and <link class="BiChartValueAxis2">BiChartValueAxis2</link>.
</description>
<arguments>
<argument name="oGraph">
<description>The graph that the value axis is used with</description>
<type><link class="BiGraphBase">BiGraphBase</link></type>
</argument>
</arguments>
<staticMethods/>
<staticFields/>
<methods>
<method name="fromXmlElement">
<description>Makes the value axis reflect the information provided by the XML element.</description>
<arguments>
<argument name="oElement" type="XmlElement" description="The element describing the value axis"/>
</arguments>
<returns type="void"/>
</method>
<method name="toXmlElement">
<description>Serializes the value 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="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="fontSize" type="Number" set="true" get="true">
<description>
The font size (in pixels) for the labels of the axis.
</description>
</property>
<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.
</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="maximum" type="Number" get="true" set="true">
<description>
The max value of the value axis. Setting this to <code>null</code> makes
the max value automatic, which means that the max value is decided by
looking at the data of the charts.
</description>
</property>
<property name="minimum" type="Number" get="true" set="true">
<description>
The min value of the value axis. Setting this to <code>null</code> makes
the min value automatic, which means that the min value is decided by
looking at the data of the charts.
</description>
</property>
<property name="maximumValue" type="Number" get="true">
<description>
Returns the maximum value from the series bound to the axis
</description>
</property>
<property name="minimumValue" type="Number" get="true">
<description>
Returns the minimum value from the series bound to the axis
</description>
</property>
</properties>
</class>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?