Package | org.apache.flex.charts.core |
Interface | public interface IConnectedItemRenderer extends IChartItemRenderer, IItemRenderer, IEventDispatcher |
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
Property | Defined By | ||
---|---|---|---|
![]() | data : Object
The data item to be displayed by the item renderer. | IItemRenderer | |
![]() | height : Number [write-only]
The display height for the itemRenderer. | IChartItemRenderer | |
![]() | index : int
The index of this itemRenderer instance with its series. | IChartItemRenderer | |
![]() | itemRendererParent : Object
The parent component of the itemRenderer instance. | IItemRenderer | |
![]() | listData : Object
Additional data about the list structure that might be useful
to itemRenderer implementations. | IItemRenderer | |
![]() | series : IChartSeries
The series to which this itemRenderer instance belongs. | IChartItemRenderer | |
![]() | width : Number [write-only]
The display width for the itemRenderer. | IChartItemRenderer | |
![]() | x : Number
The x display position for the itemRenderer. | IChartItemRenderer | |
x2 : Number
The x-coordinate of the second point to connect. | IConnectedItemRenderer | ||
![]() | xField : String
The name of the field containing the X-axis value found
in the data property. | IChartItemRenderer | |
![]() | y : Number
The y display position for the itemRenderer. | IChartItemRenderer | |
y2 : Number
The y-coordinate of the second point to connect. | IConnectedItemRenderer | ||
![]() | yField : String
The name of the field containing the Y-axis value found
in the data property. | IChartItemRenderer |
x2 | property |
x2:Number
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
The x-coordinate of the second point to connect.
public function get x2():Number
public function set x2(value:Number):void
y2 | property |
y2:Number
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
The y-coordinate of the second point to connect.
public function get y2():Number
public function set y2(value:Number):void