| Package | mx.charts.series.items |
| Class | public class LineSeriesSegment |
| Inheritance | LineSeriesSegment Object |
| Property | Defined By | ||
|---|---|---|---|
![]() | constructor : Object
A reference to the class object or constructor function for a given object instance. | Object | |
| element : LineSeries
The series or element that owns this segment. | LineSeriesSegment | ||
| end : uint
The index into the items array of the last item
in this segment, inclusive. | LineSeriesSegment | ||
| index : uint
The index of this segment in the array of segments
representing the line series. | LineSeriesSegment | ||
| items : Array
The array of chartItems representing the full line series
that owns this segment. | LineSeriesSegment | ||
![]() | prototype : Object [static]
A reference to the prototype object of a class or function object. | Object | |
| start : uint
The index into the items array of the first item in this segment. | LineSeriesSegment | ||
| Method | Defined By | ||
|---|---|---|---|
Constructor. | LineSeriesSegment | ||
Returns a copy of this segment. | LineSeriesSegment | ||
![]() |
Indicates whether an object has a specified property defined. | Object | |
![]() |
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter. | Object | |
![]() |
Indicates whether the specified property exists and is enumerable. | Object | |
![]() |
Sets the availability of a dynamic property for loop operations. | Object | |
![]() |
Returns the string representation of this object, formatted according to locale-specific conventions. | Object | |
![]() |
Returns the string representation of the specified object. | Object | |
![]() |
Returns the primitive value of the specified object. | Object | |
| element | property |
public var element:LineSeriesThe series or element that owns this segment.
| end | property |
public var end:uintThe index into the items array of the last item in this segment, inclusive.
| index | property |
public var index:uintThe index of this segment in the array of segments representing the line series.
| items | property |
public var items:ArrayThe array of chartItems representing the full line series that owns this segment.
| start | property |
public var start:uintThe index into the items array of the first item in this segment.
| LineSeriesSegment | () | Constructor |
public function LineSeriesSegment(element:LineSeries, index:uint, items:Array, start:uint, end:uint)Constructor.
Parameterselement: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.
|
| clone | () | method |