Pacchetto | mx.charts.chartClasses |
Classe | public class LegendData |
Ereditarietà | LegendData Object |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
legendData
property contains an Array
of LegendData objects, one for each item in the Legend.
Altri esempi
Proprietà pubbliche
Proprietà | Definito da | ||
---|---|---|---|
aspectRatio : Number
Determines
the size and placement of the legend marker. | LegendData | ||
constructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | 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 |
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
Constructor. | LegendData | ||
Indica se per un oggetto è definita una proprietà specifica. | Object | ||
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | ||
Indica se la proprietà specificata esiste ed è enumerabile. | Object | ||
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | ||
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | ||
Restituisce la rappresentazione in formato stringa dell'oggetto specificato. | Object | ||
Restituisce il valore di base dell'oggetto specificato. | Object |
Descrizione delle proprietà
aspectRatio | proprietà |
public var aspectRatio:Number
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | 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 | proprietà |
public var element:IChartElement
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
The chart item that generated this legend item.
label | proprietà |
public var label:String
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
The text identifying the series or item displayed in the legend item.
marker | proprietà |
public var marker:IFlexDisplayObject
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | 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.
Descrizione della funzione di costruzione
LegendData | () | Funzione di costruzione |
public function LegendData()
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Constructor.
Tue Jun 12 2018, 02:44 PM Z