Paket | mx.charts.series.items |
Sınıf | public class LineSeriesSegment |
Miras Alma | LineSeriesSegment Object |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
Genel Özellikler
Özellik | Tanımlayan: | ||
---|---|---|---|
constructor : Object
Belirli bir nesne örneği için sınıf nesnesine veya yapıcı işlevine bir başvuru. | 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 | ||
start : uint
The index into the items array of the first item in this segment. | LineSeriesSegment |
Genel Yöntemler
Yöntem | Tanımlayan: | ||
---|---|---|---|
Constructor. | LineSeriesSegment | ||
Returns a copy of this segment. | LineSeriesSegment | ||
Bir nesnenin belirli bir özelliğinin tanımlı olup olmadığını gösterir. | Object | ||
Object sınıfının bir örneğinin parametre olarak belirtilen nesnenin prototip zincirinde olup olmadığını gösterir. | Object | ||
Belirtilen özelliğin bulunup bulunmadığını ve numaralandırılabilir olup olmadığını gösterir. | Object | ||
Dinamik bir özelliğin döngü işlemlerinde kullanılabilirliğini ayarlar. | Object | ||
Bu nesnenin, yerel ayara özel kurallara göre biçimlendirilmiş dize temsilini döndürür. | Object | ||
Belirtilen nesnenin dize olarak temsil edilen halini döndürür. | Object | ||
Belirtilen nesnenin temel değerini döndürür. | Object |
Özellik Ayrıntısı
element | özellik |
public var element:LineSeries
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
The series or element that owns this segment.
end | özellik |
public var end:uint
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
The index into the items array of the last item in this segment, inclusive.
index | özellik |
public var index:uint
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
The index of this segment in the array of segments representing the line series.
items | özellik |
public var items:Array
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
The array of chartItems representing the full line series that owns this segment.
start | özellik |
public var start:uint
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
The index into the items array of the first item in this segment.
Yapıcı Ayrıntı
LineSeriesSegment | () | Yapıcı |
public function LineSeriesSegment(element:LineSeries, index:uint, items:Array, start:uint, end:uint)
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
Constructor.
Parametrelerelement: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.
|
Yöntem Ayrıntısı
clone | () | yöntem |
public function clone():LineSeriesSegment
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
Returns a copy of this segment.
DöndürürLineSeriesSegment — A copy of this segment.
|
Tue Jun 12 2018, 01:09 PM Z