Pakiet | mx.charts |
Klasa | public class AxisLabel |
Dziedziczenie | AxisLabel Object |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Powiązane elementy interfejsu API
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 | ||
position : Number
The position, specified as a value between 0 and 1,
of the label along the axis. | AxisLabel | ||
text : String
The text label that is actually rendered along the axis. | AxisLabel | ||
value : Object
The value that the label represents. | AxisLabel |
Metody publiczne
Metoda | Zdefiniowane przez | ||
---|---|---|---|
Constructor. | AxisLabel | ||
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
position | właściwość |
public var position:Number
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
The position, specified as a value between 0 and 1, of the label along the axis. An AxisLabel with a position of 0 is placed at the minimum value of the axis, while an AxisLabel with a position of 1 is placed at the maximum value of the axis.
text | właściwość |
public var text:String
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
The text label that is actually rendered along the axis.
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 that the label represents. The particular type of the value property is specific to the axis that generated the label. For example, a LinearAxis might generate numeric values, while a DateTimeAxis might generate Date instance values.
Konstruktor Szczegół
AxisLabel | () | Konstruktor |
public function AxisLabel(position:Number = 0, value:Object = null, text:String = null)
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Constructor.
Parametryposition:Number (default = 0 ) — The position, specified as a value between 0 and 1,
of the label along the axis.
| |
value:Object (default = null ) — The value the label represents.
| |
text:String (default = null ) — The text label that is actually rendered along the axis.
|
Tue Jun 12 2018, 12:06 PM Z