Packageorg.apache.flex.charts.supportClasses
Interfacepublic 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

The ILineSegmentItemRenderer interface must be implemented by any class that will become an line segment itemRenderer for a LineSeries.



Public Properties
 PropertyDefined By
 Inheriteddata : Object
The data item to be displayed by the item renderer.
IItemRenderer
 Inheritedheight : Number
[write-only] The display height for the itemRenderer.
IChartItemRenderer
 Inheritedindex : int
The index of this itemRenderer instance with its series.
IChartItemRenderer
 InheriteditemRendererParent : Object
The parent component of the itemRenderer instance.
IItemRenderer
 InheritedlistData : 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
 Inheritedseries : IChartSeries
The series to which this itemRenderer instance belongs.
IChartItemRenderer
  stroke : IStroke
The characteristics of the line.
ILineSegmentItemRenderer
 Inheritedwidth : Number
[write-only] The display width for the itemRenderer.
IChartItemRenderer
 Inheritedx : Number
The x display position for the itemRenderer.
IChartItemRenderer
 InheritedxField : String
The name of the field containing the X-axis value found in the data property.
IChartItemRenderer
 Inheritedy : Number
The y display position for the itemRenderer.
IChartItemRenderer
 InheritedyField : String
The name of the field containing the Y-axis value found in the data property.
IChartItemRenderer
Property Detail
pointsproperty
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.


Implementation
    public function get points():Array
    public function set points(value:Array):void
strokeproperty 
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.


Implementation
    public function get stroke():IStroke
    public function set stroke(value:IStroke):void