Pakiet | mx.charts.series.items |
Klasa | public class PieSeriesItem |
Dziedziczenie | PieSeriesItem 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 | ||
---|---|---|---|
angle : Number
The angle, in radians, that this wedge subtends. | PieSeriesItem | ||
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
The fill value associated with this wedge of the PieChart control. | PieSeriesItem | ||
index : int
The index of the data from the series' data provider
that the ChartItem represents. | ChartItem | ||
innerRadius : Number
The distance of the inner edge of this wedge from its origin, measured in pixels. | PieSeriesItem | ||
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 | ||
labelAngle : Number
The angle of the label, in radians, for this wedge. | PieSeriesItem | ||
number : Number
The value this wedge represents converted into screen coordinates. | PieSeriesItem | ||
origin : Point
The origin, relative to the PieSeries's coordinate system, of this wedge. | PieSeriesItem | ||
outerRadius : Number
The distance of the outer edge of this wedge from its origin, measured in pixels. | PieSeriesItem | ||
percentValue : Number
The percentage this value represents of the total pie. | PieSeriesItem | ||
startAngle : Number
The start angle, in radians, of this wedge. | PieSeriesItem | ||
value : Object
The value this wedge represents from the PieSeries' dataProvider. | PieSeriesItem |
Metoda | Zdefiniowane przez | ||
---|---|---|---|
Constructor. | PieSeriesItem | ||
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 |
angle | właściwość |
public var angle:Number
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
The angle, in radians, that this wedge subtends.
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 |
The fill value associated with this wedge of the PieChart control.
innerRadius | właściwość |
public var innerRadius:Number
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
The distance of the inner edge of this wedge from its origin, measured in pixels. If 0, the wedge should come to a point at the origin.
labelAngle | właściwość |
public var labelAngle:Number
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
The angle of the label, in radians, for this wedge.
number | właściwość |
public var number:Number
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
The value this wedge represents converted into screen coordinates.
origin | właściwość |
public var origin:Point
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
The origin, relative to the PieSeries's coordinate system, of this wedge.
outerRadius | właściwość |
public var outerRadius:Number
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
The distance of the outer edge of this wedge from its origin, measured in pixels.
percentValue | właściwość |
public var percentValue:Number
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
The percentage this value represents of the total pie.
startAngle | właściwość |
public var startAngle:Number
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
The start angle, in radians, of this wedge.
value | właściwość |
public var value:Object
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
The value this wedge represents from the PieSeries' dataProvider.
PieSeriesItem | () | Konstruktor |
public function PieSeriesItem(element:PieSeries = 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:PieSeries (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