| Package | com.esri.ags.renderers |
| Class | public class ClassBreakInfo |
Note: Renderer related classes were added in version 1.2.
Default MXML Propertysymbol
See also
| Property | Defined by | ||
|---|---|---|---|
| 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 | ||
| 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 — The minimum value of the range to symbolize.
|
|
maxValue:Number — The maximum value of the range to symbolize.
|