| Package | com.esri.ags.layers.supportClasses |
| Class | public class LegendItemInfo |
| Inheritance | LegendItemInfo flash.events.EventDispatcher |
| Property | Defined By | ||
|---|---|---|---|
| label : String
The legend item label. | LegendItemInfo | ||
| symbol : Symbol
The image source to display in the legend. | LegendItemInfo | ||
| label | property |
label:StringThe legend item label.
This property can be used as the source for data binding.
public function get label():String public function set label(value:String):void| symbol | property |
symbol:SymbolThe image source to display in the legend.
This property can be used as the source for data binding.
public function get symbol():Symbol public function set symbol(value:Symbol):void