Pakiet | mx.charts.chartClasses |
Klasa | public class LegendData |
Dziedziczenie | LegendData Object |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
legendData
property contains an Array
of LegendData objects, one for each item in the Legend.
Właściwości publiczne
Właściwość | Zdefiniowane przez | ||
---|---|---|---|
aspectRatio : Number
Determines
the size and placement of the legend marker. | LegendData | ||
constructor : Object
Odwołanie do obiektu klasy lub funkcji konstruktora, dotyczące danej instancji obiektu. | Object | ||
element : IChartElement
The chart item that generated this legend item. | LegendData | ||
label : String
The text identifying the series or item displayed in the legend item. | LegendData | ||
marker : IFlexDisplayObject
A visual indicator associating the legend item
with the series or item being represented. | LegendData |
Metody publiczne
Metoda | Zdefiniowane przez | ||
---|---|---|---|
Constructor. | LegendData | ||
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
aspectRatio | właściwość |
public var aspectRatio:Number
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Determines
the size and placement of the legend marker.
If set, the LegendItem ensures that the marker's
width and height match this value.
If unset (NaN
), the legend item chooses an appropriate
default width and height.
element | właściwość |
public var element:IChartElement
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
The chart item that generated this legend item.
label | właściwość |
public var label:String
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
The text identifying the series or item displayed in the legend item.
marker | właściwość |
public var marker:IFlexDisplayObject
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
A visual indicator associating the legend item with the series or item being represented. This DisplayObject is added as a child to the LegendItem.
Konstruktor Szczegół
LegendData | () | Konstruktor |
public function LegendData()
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Constructor.
Tue Jun 12 2018, 12:06 PM Z