📄 iclusteringaxis.as
字号:
package com.yahoo.astra.fl.charts.axes{ /** * An axis that supports clustering. When combined with a series that * supports clustering, the number of clusters will allow the series to * determine the optimal positioning of markers. * * @author Josh Tynjala */ public interface IClusteringAxis extends IAxis { //-------------------------------------- // Properties //-------------------------------------- /** * The number of clusters available on the axis. In the case of the * CategoryAxis, this is the number of category names displayed on the * axis. * * @see CategoryAxis */ function get clusterCount():int; }}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -