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