iclusteringaxis.as

来自「拓扑图基于SNMP数据采集模块的设计和实现」· AS 代码 · 共 26 行

AS
26
字号
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 + =
减小字号Ctrl + -
显示快捷键?