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: Pobieranie danych z serwera...
Pobieranie danych z serwera...
mx.charts.series.items 

PlotSeriesItem  - AS3 Flex

Pakietmx.charts.series.items
Klasapublic class PlotSeriesItem
DziedziczeniePlotSeriesItem Inheritance ChartItem Inheritance EventDispatcher 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 an item as part of a PlotSeries. The PlotSeries class passes these items to its itemRenderer 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
 InheritedcurrentState : String
Defines the appearance of the ChartItem.
ChartItem
 Inheritedelement : IChartElement
The series or element that owns the ChartItem.
ChartItem
  fill : IFill
Holds the fill color of the item.
PlotSeriesItem
 Inheritedindex : int
The index of the data from the series' data provider that the ChartItem represents.
ChartItem
 Inheriteditem : Object
The item from the series' data provider that the ChartItem represents.
ChartItem
 InheriteditemRenderer : IFlexDisplayObject
The instance of the chart's itemRenderer that represents this ChartItem.
ChartItem
  radius : Number
The radius of this item, in pixels.
PlotSeriesItem
  x : Number
The x value of this item converted into screen coordinates.
PlotSeriesItem
  xFilter : Number
The x value of this item, filtered against the horizontal axis of the containing chart.
PlotSeriesItem
  xNumber : Number
The x value of this item, converted to a number by the horizontal axis of the containing chart.
PlotSeriesItem
  xValue : Object
The x value of this item.
PlotSeriesItem
  y : Number
The y value of this item converted into screen coordinates
PlotSeriesItem
  yFilter : Number
The y value of this item, filtered against the vertical axis of the containing chart.
PlotSeriesItem
  yNumber : Number
The y value of this item, converted to a number by the vertical axis of the containing chart.
PlotSeriesItem
  yValue : Object
The y value of this item.
PlotSeriesItem
Metody publiczne
 MetodaZdefiniowane przez
  
PlotSeriesItem(element:PlotSeries = null, data:Object = null, index:uint = 0)
Constructor.
PlotSeriesItem
 Inherited
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Rejestruje obiekt detektora zdarzeń w obiekcie EventDispatcher, dzięki czemu detektor będzie otrzymywał powiadomienia o zdarzeniu.
EventDispatcher
 Inherited
Returns a copy of this ChartItem.
ChartItem
 Inherited
Wywołuje zdarzenie, tj. kieruje je do przepływu zdarzeń.
EventDispatcher
 Inherited
Sprawdza, czy obiekt EventDispatcher zawiera jakiekolwiek detektory zarejestrowane dla konkretnego typu zdarzeń.
EventDispatcher
 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
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
Usuwa detektor z obiektu EventDispatcher.
EventDispatcher
 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
 Inherited
Sprawdza, czy detektor zdarzeń określonego typu jest zarejestrowany w tym obiekcie EventDispatcher lub jego elementach macierzystych.
EventDispatcher
Zdarzenia
 Zdarzenie Podsumowanie Zdefiniowane przez
 Inherited[zdarzenie broadcast] Wywoływane, gdy program Flash Player lub aplikacja środowiska wykonawczego AIR uzyskuje fokus w systemie operacyjnym i przechodzi w stan aktywny.EventDispatcher
 Inherited[zdarzenie broadcast] Wywoływane, gdy program Flash Player lub aplikacja AIR traci fokus w systemie operacyjnym i przechodzi w stan nieaktywny.EventDispatcher
Szczegół właściwości

fill

właściwość
public var fill:IFill

Wersja języka: ActionScript 3.0
Wersja produktu: Flex 3
Wersje środowiska wykonawczego: Flash Player 9, AIR 1.1

Holds the fill color of the item.

radius

właściwość 
public var radius:Number

Wersja języka: ActionScript 3.0
Wersja produktu: Flex 3
Wersje środowiska wykonawczego: Flash Player 9, AIR 1.1

The radius of this item, in pixels.

x

właściwość 
public var x:Number

Wersja języka: ActionScript 3.0
Wersja produktu: Flex 3
Wersje środowiska wykonawczego: Flash Player 9, AIR 1.1

The x value of this item converted into screen coordinates.

xFilter

właściwość 
public var xFilter:Number

Wersja języka: ActionScript 3.0
Wersja produktu: Flex 3
Wersje środowiska wykonawczego: Flash Player 9, AIR 1.1

The x value of this item, filtered against the horizontal axis of the containing chart. This value is NaN if the value lies outside the axis's range.

xNumber

właściwość 
public var xNumber:Number

Wersja języka: ActionScript 3.0
Wersja produktu: Flex 3
Wersje środowiska wykonawczego: Flash Player 9, AIR 1.1

The x value of this item, converted to a number by the horizontal axis of the containing chart.

xValue

właściwość 
public var xValue:Object

Wersja języka: ActionScript 3.0
Wersja produktu: Flex 3
Wersje środowiska wykonawczego: Flash Player 9, AIR 1.1

The x value of this item.

y

właściwość 
public var y:Number

Wersja języka: ActionScript 3.0
Wersja produktu: Flex 3
Wersje środowiska wykonawczego: Flash Player 9, AIR 1.1

The y value of this item converted into screen coordinates

yFilter

właściwość 
public var yFilter:Number

Wersja języka: ActionScript 3.0
Wersja produktu: Flex 3
Wersje środowiska wykonawczego: Flash Player 9, AIR 1.1

The y value of this item, filtered against the vertical axis of the containing chart. This value is NaN if the value lies outside the axis's range.

yNumber

właściwość 
public var yNumber:Number

Wersja języka: ActionScript 3.0
Wersja produktu: Flex 3
Wersje środowiska wykonawczego: Flash Player 9, AIR 1.1

The y value of this item, converted to a number by the vertical axis of the containing chart.

yValue

właściwość 
public var yValue:Object

Wersja języka: ActionScript 3.0
Wersja produktu: Flex 3
Wersje środowiska wykonawczego: Flash Player 9, AIR 1.1

The y value of this item.

Konstruktor Szczegół

PlotSeriesItem

()Konstruktor
public function PlotSeriesItem(element:PlotSeries = null, data:Object = null, index:uint = 0)

Wersja języka: ActionScript 3.0
Wersja produktu: Flex 3
Wersje środowiska wykonawczego: Flash Player 9, AIR 1.1

Constructor.

Parametry
element:PlotSeries (default = null) — The owning series.
 
data:Object (default = null) — The item from the dataProvider this ChartItem represents .
 
index:uint (default = 0) — The index of the item from the series's dataProvider.




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