Pacote | mx.charts.chartClasses |
Classe | public class LegendData |
Herança | LegendData Object |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
legendData
property contains an Array
of LegendData objects, one for each item in the Legend.
Mais exemplos
Propriedades públicas
Propriedade | Definido por | ||
---|---|---|---|
aspectRatio : Number
Determines
the size and placement of the legend marker. | LegendData | ||
constructor : Object
Uma referência ao objeto de classe ou à função de construtor de uma determinada ocorrência de objeto. | 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 |
Métodos públicos
Método | Definido por | ||
---|---|---|---|
Constructor. | LegendData | ||
Indica se um objeto tem uma propriedade especificada definida. | Object | ||
Indica se uma ocorrência da classe Object está na cadeia de protótipos do objeto especificado como o parâmetro. | Object | ||
Indica se a propriedade especificada existe e é enumerável. | Object | ||
Define a disponibilidade de uma propriedade dinâmica para operações de repetição. | Object | ||
Retorna a representação da string deste objeto, formatado segundo as convenções específicas para a localidade. | Object | ||
Retorna a representação de string do objeto especificado. | Object | ||
Retorna o valor primitivo do objeto especificado. | Object |
Detalhes da propriedade
aspectRatio | propriedade |
public var aspectRatio:Number
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de 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 | propriedade |
public var element:IChartElement
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
The chart item that generated this legend item.
label | propriedade |
public var label:String
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
The text identifying the series or item displayed in the legend item.
marker | propriedade |
public var marker:IFlexDisplayObject
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de 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.
Detalhes do construtor
LegendData | () | Construtor |
public function LegendData()
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Constructor.
Wed Jun 13 2018, 11:10 AM Z