Language Version : ActionScript 3.0
Runtime Versions : Flash Player 9, AIR 1.1
Represents the information required
to render a segment in a LineSeries.
The LineSeries class passes a LineSeriesSegment
to its lineRenderer when rendering.
public var element:LineSeries
Language Version : ActionScript 3.0
Runtime Versions : Flash Player 9, AIR 1.1
The series or element that owns this segment.
public var end:uint
Language Version : ActionScript 3.0
Runtime Versions : Flash Player 9, AIR 1.1
The index into the items array of the last item
in this segment, inclusive.
public var index:uint
Language Version : ActionScript 3.0
Runtime Versions : Flash Player 9, AIR 1.1
The index of this segment in the array of segments
representing the line series.
public var items:Array
Language Version : ActionScript 3.0
Runtime Versions : Flash Player 9, AIR 1.1
The array of chartItems representing the full line series
that owns this segment.
public var start:uint
Language Version : ActionScript 3.0
Runtime Versions : Flash Player 9, AIR 1.1
The index into the items array of the first item in this segment.
public function LineSeriesSegment(element:LineSeries , index:uint, items:Array, start:uint, end:uint)
Language Version : ActionScript 3.0
Runtime Versions : Flash Player 9, AIR 1.1
Constructor.
Parameters element :LineSeries
— The owning series.
index :uint
— The index of the segment in the Array of segments
representing the line series.
items :Array
— The Array of LineSeriesItems
representing the full line series.
start :uint
— The index in the items Array
of the first item in this segment.
end :uint
— The index in the items Array
of the last item in this segment, inclusive.
public function clone():LineSeriesSegment
Language Version : ActionScript 3.0
Runtime Versions : Flash Player 9, AIR 1.1
Returns a copy of this segment.
Returns
The Apache Software Foundation Wed Nov 15 2017, 09:50 AM +01:00