The itemRenderer class or factory that produces an instance of that class. This
renderer uses the series data and properties to draw the representation for the
chart type (e.g., the BarChart draws a bar in the fillColor).
Implementation public function get itemRenderer():IFactory public function set itemRenderer(value:IFactory):void
xField
property
xField:String
Language Version :
ActionScript 3.0
Product Version :
FlexJS 0.0
Runtime Versions :
Flash Player 10.2, AIR 2.6
The name field that represents the X-axis value for the chart series.
Implementation public function get xField():String public function set xField(value:String):void
yField
property
yField:String
Language Version :
ActionScript 3.0
Product Version :
FlexJS 0.0
Runtime Versions :
Flash Player 10.2, AIR 2.6
The name field that represents the Y-axis value for the chart series.
Implementation public function get yField():String public function set yField(value:String):void