| Pakiet | mx.charts.series.items |
| Klasa | public class BubbleSeriesItem |
| Dziedziczenie | BubbleSeriesItem ChartItem EventDispatcher Object |
| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Flex 3 |
| Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
| Właściwość | Zdefiniowane przez | ||
|---|---|---|---|
![]() | constructor : Object
Odwołanie do obiektu klasy lub funkcji konstruktora, dotyczące danej instancji obiektu. | Object | |
![]() | currentState : String
Defines the appearance of the ChartItem. | ChartItem | |
![]() | element : IChartElement
The series or element that owns the ChartItem. | ChartItem | |
| fill : IFill
Holds the fill color of the item. | BubbleSeriesItem | ||
![]() | index : int
The index of the data from the series' data provider
that the ChartItem represents. | ChartItem | |
![]() | item : Object
The item from the series' data provider that the ChartItem represents. | ChartItem | |
![]() | itemRenderer : IFlexDisplayObject
The instance of the chart's itemRenderer
that represents this ChartItem. | ChartItem | |
| x : Number
The x value of this item converted into screen coordinates. | BubbleSeriesItem | ||
| xFilter : Number
The x value of this item, filtered against the horizontal axis of the containing chart. | BubbleSeriesItem | ||
| xNumber : Number
The x value of this item, converted to a number by the horizontal axis of the containing chart. | BubbleSeriesItem | ||
| xValue : Object
The x value of this item. | BubbleSeriesItem | ||
| y : Number
The y value of this item converted into screen coordinates. | BubbleSeriesItem | ||
| yFilter : Number
The y value of this item, filtered against the vertical axis of the containing chart. | BubbleSeriesItem | ||
| yNumber : Number
The y value of this item, converted to a number by the vertical axis of the containing chart. | BubbleSeriesItem | ||
| yValue : Object
The y value of this item. | BubbleSeriesItem | ||
| z : Number
The z value of this item converted into a pixel-based radius. | BubbleSeriesItem | ||
| zFilter : Number
The z value of this item, filtered against the radius axis of the containing chart. | BubbleSeriesItem | ||
| zNumber : Number
The z value of this item, converted to a number by the radius axis of the containing chart. | BubbleSeriesItem | ||
| zValue : Object
The z value of this item. | BubbleSeriesItem | ||
| Metoda | Zdefiniowane przez | ||
|---|---|---|---|
Constructor. | BubbleSeriesItem | ||
![]() | 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 | |
![]() |
Returns a copy of this ChartItem. | ChartItem | |
![]() |
Wywołuje zdarzenie, tj. kieruje je do przepływu zdarzeń. | EventDispatcher | |
![]() |
Sprawdza, czy obiekt EventDispatcher zawiera jakiekolwiek detektory zarejestrowane dla konkretnego typu zdarzeń. | EventDispatcher | |
![]() |
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 | |
![]() |
Usuwa detektor z obiektu EventDispatcher. | EventDispatcher | |
![]() |
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 | |
![]() |
Sprawdza, czy detektor zdarzeń określonego typu jest zarejestrowany w tym obiekcie EventDispatcher lub jego elementach macierzystych. | EventDispatcher | |
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.
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' 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.
z | właściwość |
public var z:Number| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Flex 3 |
| Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
The z value of this item converted into a pixel-based radius.
zFilter | właściwość |
public var zFilter:Number| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Flex 3 |
| Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
The z value of this item, filtered against the radius axis of the containing chart. This value is NaN if the value lies outside the axis' range.
zNumber | właściwość |
public var zNumber:Number| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Flex 3 |
| Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
The z value of this item, converted to a number by the radius axis of the containing chart.
zValue | właściwość |
public var zValue:Object| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Flex 3 |
| Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
The z value of this item.
BubbleSeriesItem | () | Konstruktor |
public function BubbleSeriesItem(element:BubbleSeries = 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.
Parametryelement:BubbleSeries (default = null) — The owning series.
| |
data:Object (default = null) — The item from the dataProvider that this ChartItem represents.
| |
index:uint (default = 0) — The index of the item from the series's dataProvider.
|
Tue Jun 12 2018, 12:06 PM Z
Ukryj dziedziczone właściwości publiczne
Pokaż dziedziczone właściwości publiczne