| Package | com.yahoo.astra.fl.charts | 
| Interface | public interface ICategoryChart | 
| Implementors | CartesianChart, PieChart | 
| Property | Defined by | ||
|---|---|---|---|
| categoryNames : Array 
   The names of the categories displayed on the category axis. | ICategoryChart | ||
| categoryNames | property | 
categoryNames:Array  [read-write]The names of the categories displayed on the category axis. If the chart does not have a category axis, this value will be ignored.
Implementation    public function get categoryNames():Array
    public function set categoryNames(value:Array):void