((Apenas para componentes do Flex Data Visualization))
Pacotemx.charts.chartClasses
Classepublic class LegendData
HerançaLegendData Inheritance Object

The LegendData structure is used by charts to describe the items that should be displayed in an auto-generated legend. A chart's legendData property contains an Array of LegendData objects, one for each item in the Legend.



Propriedades Públicas
 PropriedadeDefinido por
  aspectRatio : Number
Determines the size and placement of the legend marker.
LegendData
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
  element : IChartElement2
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
 Inheritedprototype : Object
[static] A reference to the prototype object of a class or function object.
Object
Métodos Públicos
 MétodoDefinido por
  
Constructor.
LegendData
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Detalhes da propriedade
aspectRatiopropriedade
public var aspectRatio:Number

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.

elementpropriedade 
public var element:IChartElement2

The chart item that generated this legend item.

labelpropriedade 
public var label:String = ""

The text identifying the series or item displayed in the legend item.

markerpropriedade 
public var marker:IFlexDisplayObject

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()

Constructor.