Packagecom.yahoo.astra.fl.charts.axes
Interfacepublic interface IClusteringAxis extends IAxis
ImplementorsCategoryAxis

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.



Public Properties
 PropertyDefined by
 Inheritedchart : IChart
The chart in which this axis appears.
IAxis
  clusterCount : int
[read-only] The number of clusters available on the axis.
IClusteringAxis
 InheritedlabelFunction : Function
A function may be set to determine the text value of the labels.
IAxis
 Inheritedrenderer : IAxisRenderer
The visual renderer associated with this axis.
IAxis
 Inheritedreverse : Boolean
Sets the direction of the labels and other visual objects along the axis.
IAxis
 Inheritedtitle : String
The text that will appear next to the axis to indicate information about the data that it displays.
IAxis
Public Methods
 MethodDefined by
 Inherited
updateScale(data:Array):void
Determines the axis scale based on the input data set.
IAxis
 Inherited
valueToLabel(value:Object):String
Converts a value on the axis to formatted label text.
IAxis
 Inherited
valueToLocal(value:Object):Number
Calculates the position of a data point along the axis.
IAxis
Property detail
clusterCountproperty
clusterCount:int  [read-only]

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.

Implementation
    public function get clusterCount():int

See also