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.
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
index:int
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
The index of this itemRenderer instance with its series.
Implementation public function get index():int
public function set index(value:int):void
series:IChartSeries
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
The series to which this itemRenderer instance belongs. Or, the series
being presented.
Implementation public function get series():IChartSeries
public function set series(value:IChartSeries):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
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 get x():Number
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
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 get y():Number
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
Mon Sep 5 2016, 07:19 AM -07:00