| Package | com.yahoo.astra.fl.charts.axes |
| Interface | public interface IClusteringAxis extends IAxis |
| Implementors | CategoryAxis |
| Property | Defined by | ||
|---|---|---|---|
![]() | chart : IChart
The chart in which this axis appears.
| IAxis | |
| clusterCount : int [read-only]
The number of clusters available on the axis.
| IClusteringAxis | ||
![]() | labelFunction : Function
A function may be set to determine the text value of the labels.
| IAxis | |
![]() | renderer : IAxisRenderer
The visual renderer associated with this axis.
| IAxis | |
![]() | reverse : Boolean
Sets the direction of the labels and other visual objects along the axis.
| IAxis | |
![]() | title : String
The text that will appear next to the axis to indicate information
about the data that it displays.
| IAxis | |