Pakiet | mx.charts.series.items |
Klasa | public class LineSeriesSegment |
Dziedziczenie | LineSeriesSegment Object |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Właściwości publiczne
Właściwość | Zdefiniowane przez | ||
---|---|---|---|
constructor : Object
Odwołanie do obiektu klasy lub funkcji konstruktora, dotyczące danej instancji obiektu. | 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 |
Metody publiczne
Metoda | Zdefiniowane przez | ||
---|---|---|---|
Constructor. | LineSeriesSegment | ||
Returns a copy of this segment. | LineSeriesSegment | ||
Wskazuje, czy dla obiektu zdefiniowano określoną właściwość. | Object | ||
Wskazuje, czy instancja klasy Object należy do łańcucha prototypów obiektu określonego jako parametr. | Object | ||
Wskazuje, czy określona właściwość istnieje i jest przeliczalna. | Object | ||
Ustawia dostępność właściwości dynamicznej używanej w pętlach. | Object | ||
Zwraca ciąg reprezentujący obiekt — sformatowany zgodnie z konwencjami właściwymi dla ustawień regionalnych. | Object | ||
Zwraca ciąg reprezentujący określony obiekt. | Object | ||
Zwraca pierwotną wartość dla określonego obiektu. | Object |
Szczegół właściwości
element | właściwość |
public var element:LineSeries
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
The series or element that owns this segment.
end | właściwość |
public var end:uint
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
The index into the items array of the last item in this segment, inclusive.
index | właściwość |
public var index:uint
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
The index of this segment in the array of segments representing the line series.
items | właściwość |
public var items:Array
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
The array of chartItems representing the full line series that owns this segment.
start | właściwość |
public var start:uint
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
The index into the items array of the first item in this segment.
Konstruktor Szczegół
LineSeriesSegment | () | Konstruktor |
public function LineSeriesSegment(element:LineSeries, index:uint, items:Array, start:uint, end:uint)
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Constructor.
Parametryelement: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.
|
Szczegół metody
clone | () | metoda |
public function clone():LineSeriesSegment
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Returns a copy of this segment.
ZwracaLineSeriesSegment — A copy of this segment.
|
Tue Jun 12 2018, 12:06 PM Z