Packagecom.yahoo.astra.fl.charts
Interfacepublic interface ICategoryChart
ImplementorsCartesianChart, PieChart

A type of chart that displays its data in categories.



Public Properties
 PropertyDefined by
  categoryNames : Array
The names of the categories displayed on the category axis.
ICategoryChart
Property detail
categoryNamesproperty
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