Packageorg.apache.flex.charts.supportClasses
Classpublic class BarSeries
InheritanceBarSeries Inheritance Object
Implements IChartSeries

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

The BarSeries defines what field is being plotted from the chart's dataProvider. For BarChartSeries, only the xField is used.



Public Properties
 PropertyDefined By
  itemRenderer : IFactory
The class or class factory to use as the itemRenderer for each X/Y pair.
BarSeries
  xField : String
The name of the field corresponding to the X or horizontal value for an item in the chart.
BarSeries
  yField : String
BarSeries
Public Methods
 MethodDefined By
  
constructor.
BarSeries
Property Detail
itemRendererproperty
itemRenderer:IFactory

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

The class or class factory to use as the itemRenderer for each X/Y pair. The itemRenderer class must implement the IChartItemRenderer interface.


Implementation
    public function get itemRenderer():IFactory
    public function set itemRenderer(value:IFactory):void
xFieldproperty 
xField:String

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

The name of the field corresponding to the X or horizontal value for an item in the chart.


Implementation
    public function get xField():String
    public function set xField(value:String):void
yFieldproperty 
yField:String


Implementation
    public function get yField():String
    public function set yField(value:String):void
Constructor Detail
BarSeries()Constructor
public function BarSeries()

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

constructor.