| Property | Defined by | ||
|---|---|---|---|
| borderAlpha : Number 
   The alpha value used by the marker border. | LegendItemData | ||
| borderColor : uint 
   The base color used by the marker border. | LegendItemData | ||
| fillAlpha : Number 
   The alpha value used by the marker fill. | LegendItemData | ||
| fillColor : uint 
   The base color (possibly) used by the marker fill. | LegendItemData | ||
| label : String 
   The text to display on the LegendItem. | LegendItemData | ||
| markerSkin : Object 
   The skin to use for the marker on the LegendItem. | LegendItemData | ||
| Method | Defined by | ||
|---|---|---|---|
| 
LegendItemData(label:String = "", markerSkin:Object = null, fillColor:uint = 0x000000, fillAlpha:Number = 1, borderColor:uint = 0x000000, borderAlpha:Number = 1) 
   Constructor. | LegendItemData | ||
| borderAlpha | property | 
public var borderAlpha:NumberThe alpha value used by the marker border.
| borderColor | property | 
public var borderColor:uintThe base color used by the marker border.
| fillAlpha | property | 
public var fillAlpha:NumberThe alpha value used by the marker fill.
| fillColor | property | 
public var fillColor:uintThe base color (possibly) used by the marker fill.
| label | property | 
public var label:StringThe text to display on the LegendItem.
| markerSkin | property | 
public var markerSkin:ObjectThe skin to use for the marker on the LegendItem.
| LegendItemData | () | constructor | 
public function LegendItemData(label:String = "", markerSkin:Object = null, fillColor:uint = 0x000000, fillAlpha:Number = 1, borderColor:uint = 0x000000, borderAlpha:Number = 1)Constructor.
Parameters| label:String(default = "")—   The text to display on the LegendItem. | |
| markerSkin:Object(default =null)— The skin to use with the marker on the LegendItem. | |
| fillColor:uint(default =0x000000)—  The base color (possibly) used by the marker. | |
| fillAlpha:Number(default =1) | |
| borderColor:uint(default =0x000000) | |
| borderAlpha:Number(default =1) |