Package | org.apache.flex.charts.supportClasses |
Interface | public interface ILineSegmentItemRenderer extends IChartItemRenderer, IItemRenderer, IEventDispatcher |
Implementors | LineSegmentItemRenderer, SVGLineSegmentItemRenderer |
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 | |
points : Array
The points that define the vertices of the line segment. | ILineSegmentItemRenderer | ||
![]() | series : IChartSeries
The series to which this itemRenderer instance belongs. | IChartItemRenderer | |
stroke : IStroke
The characteristics of the line. | ILineSegmentItemRenderer | ||
![]() | width : Number [write-only]
The display width for the itemRenderer. | IChartItemRenderer | |
![]() | x : Number
The x display position for the itemRenderer. | IChartItemRenderer | |
![]() | 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 | |
![]() | yField : String
The name of the field containing the Y-axis value found
in the data property. | IChartItemRenderer |
points | property |
points:Array
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
The points that define the vertices of the line segment.
public function get points():Array
public function set points(value:Array):void
stroke | property |
stroke:IStroke
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
The characteristics of the line.
public function get stroke():IStroke
public function set stroke(value:IStroke):void