Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
The IChartItemRenderer interface is the interface implemented by any
class that draws chart graphics.
fillColor:uint
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
The primary or preferred color to use for the graphics for
the type of chart.
Implementation public function get fillColor():uint
public function set fillColor(value:uint):void
height:Number
[write-only]
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
The display height for the itemRenderer. This is set by
the chart's layout manager.
Implementation public function set height(value:Number):void
width:Number
[write-only]
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
The display width for the itemRenderer. This is set by
the chart's layout manager.
Implementation public function set width(value:Number):void
x:Number
[write-only]
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
The x display position for the itemRenderer. This is set by
the chart's layout manager.
Implementation public function set x(value:Number):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 containing the X-axis value found
in the data property.
Implementation public function get xField():String
public function set xField(value:String):void
y:Number
[write-only]
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
The y display position for the itemRenderer. This is set by
the chart's layout manager.
Implementation public function set y(value:Number):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 containing the Y-axis value found
in the data property.
Implementation public function get yField():String
public function set yField(value:String):void
Fri Apr 18 2014, 11:02 PM -07:00