| Package | com.esri.ags.renderers.supportClasses |
| Class | public class UniqueValueInfo |
| Inheritance | UniqueValueInfo Object |
| Since : | ArcGIS API for Flex 1.2 |
Default MXML Propertysymbol
See also
| Property | Defined By | ||
|---|---|---|---|
| description : String
Description for the info. | UniqueValueInfo | ||
| label : String
Label for the info. | UniqueValueInfo | ||
| symbol : Symbol
The symbol to use for this unique value. | UniqueValueInfo | ||
| value : String
The value to symbolize. | UniqueValueInfo | ||
| Method | Defined By | ||
|---|---|---|---|
UniqueValueInfo(symbol:Symbol = null, value:String = null)
Creates a new UniqueValueInfo object. | UniqueValueInfo | ||
| description | property |
public var description:StringDescription for the info.
| label | property |
public var label:StringLabel for the info.
| symbol | property |
public var symbol:SymbolThe symbol to use for this unique value.
| value | property |
public var value:StringThe value to symbolize.
| UniqueValueInfo | () | Constructor |
public function UniqueValueInfo(symbol:Symbol = null, value:String = null)Creates a new UniqueValueInfo object.
Parameterssymbol:Symbol (default = null) — The graphic symbol.
| |
value:String (default = null) — The value to symbolize.
|