| Language Version : | ActionScript 3.0 |
| Product Version : | FlexJS 0.0 |
| Runtime Versions : | Flash Player 10.2, AIR 2.6 |
The ColumnSeries defines what field is being plotted from
the chart's dataProvider. For ColumnSeries, only the yField
is used.
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):voidxField:String Implementation public function get xField():String public function set xField(value:String):voidyField: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):voidpublic function ColumnSeries()
Mon Sep 5 2016, 07:19 AM -07:00