Packagecom.esri.ags.layers.supportClasses
Classpublic class LegendItemInfo
InheritanceLegendItemInfo Inheritance flash.events.EventDispatcher

LegendItemInfo.



Public Properties
 PropertyDefined By
  label : String
The legend item label.
LegendItemInfo
  symbol : Symbol
The image source to display in the legend.
LegendItemInfo
Property Detail
labelproperty
label:String

The legend item label.

This property can be used as the source for data binding.


Implementation
    public function get label():String
    public function set label(value:String):void
symbolproperty 
symbol:Symbol

The image source to display in the legend.

This property can be used as the source for data binding.


Implementation
    public function get symbol():Symbol
    public function set symbol(value:Symbol):void