ActionScript® 3.0 — dokumentacja dla platformy Adobe® Flash®
Strona główna  |  Ukryj listę pakietów i klas |  Pakiety  |  Klasy  |  Nowości  |  Indeks  |  Dodatki  |  Dlaczego język angielski?
Filtry: AIR 30.0 i wcześniejsze, Flash Player 30.0 i wcześniejsze, Flash Lite 4
Flex 4.6 i wcześniejsze, Flash Pro CS6 i wcześniejsze
Ukryj filtry
mx.charts.series.items 

LineSeriesSegment  - AS3 Flex

Pakietmx.charts.series.items
Klasapublic class LineSeriesSegment
DziedziczenieLineSeriesSegment Inheritance Object

Wersja języka: ActionScript 3.0
Wersja produktu: Flex 3
Wersje środowiska wykonawczego: 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.



Właściwości publiczne
 WłaściwośćZdefiniowane przez
 Inheritedconstructor : 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
 MetodaZdefiniowane przez
  
LineSeriesSegment(element:LineSeries, index:uint, items:Array, start:uint, end:uint)
Constructor.
LineSeriesSegment
  
Returns a copy of this segment.
LineSeriesSegment
 Inherited
Wskazuje, czy dla obiektu zdefiniowano określoną właściwość.
Object
 Inherited
Wskazuje, czy instancja klasy Object należy do łańcucha prototypów obiektu określonego jako parametr.
Object
 Inherited
Wskazuje, czy określona właściwość istnieje i jest przeliczalna.
Object
 Inherited
Ustawia dostępność właściwości dynamicznej używanej w pętlach.
Object
 Inherited
Zwraca ciąg reprezentujący obiekt — sformatowany zgodnie z konwencjami właściwymi dla ustawień regionalnych.
Object
 Inherited
Zwraca ciąg reprezentujący określony obiekt.
Object
 Inherited
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.

Parametry
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.
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.

Zwraca
LineSeriesSegment — A copy of this segment.




[ X ]Dlaczego język angielski?
Treść dokumentacji języka ActionScript 3.0 wyświetlana w języku angielskim

Niektóre części dokumentacji języka ActionScript 3.0 nie są przetłumaczone na poszczególne języki. Gdy element nie jest przetłumaczony na dany język, jest wyświetlany tekst angielski. Na przykład opis klasy ga.controls.HelpBox nie jest przetłumaczony na żaden dodatkowy język. Z tego powodu polska wersja dokumentacji zawiera opis klasy ga.controls.HelpBox w języku angielskim.