Packagecom.esri.ags.renderers.supportClasses
Classpublic class UniqueValueInfo
InheritanceUniqueValueInfo Inheritance Object

Since : ArcGIS API for Flex 1.2

The unique value object to use in a UniqueValueRenderer to symbolize a specific value with a specific symbol.

Default MXML Propertysymbol

See also

com.esri.ags.renderers.UniqueValueRenderer
Live sample - Using UniqueValueInfo


Public Properties
 PropertyDefined 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
Public Methods
 MethodDefined By
  
UniqueValueInfo(symbol:Symbol = null, value:String = null)
Creates a new UniqueValueInfo object.
UniqueValueInfo
Property Detail
descriptionproperty
public var description:String

Description for the info.

labelproperty 
public var label:String

Label for the info.

symbolproperty 
public var symbol:Symbol

The symbol to use for this unique value.

valueproperty 
public var value:String

The value to symbolize.

Constructor Detail
UniqueValueInfo()Constructor
public function UniqueValueInfo(symbol:Symbol = null, value:String = null)

Creates a new UniqueValueInfo object.

Parameters
symbol:Symbol (default = null) — The graphic symbol.
 
value:String (default = null) — The value to symbolize.