Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
The BarChartSeries represents a pair of X and Y values to be drawn
within a org.apache.flex.charts.BarChart.
fillColor:uint
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
The color to use for all bars in the series.
Implementation public function get fillColor():uint
public function set fillColor(value:uint):void
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
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
yField: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 that provides the Y or vertical value for an
item in the chart.
Implementation public function get yField():String
public function set yField(value:String):void
public function BarChartSeries()
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
constructor.
Wed Jul 9 2014, 10:38 PM -07:00