Packagecom.esri.ags.renderers.supportClasses
Classpublic class SizeRange
InheritanceSizeRange Inheritance Object

Since : ArcGIS API for Flex 2.0

The range from minimum to maximum symbol size to use in a TimeRampAger.

See also

TimeRampAger


Public Properties
 PropertyDefined By
  fromSize : Number
Symbol size for features in the beginning of the time ramp (i.e., the oldest features).
SizeRange
  toSize : Number
Symbol size for features in the end of the time ramp (i.e., the newest features).
SizeRange
Public Methods
 MethodDefined By
  
SizeRange(fromSize:Number = 1, toSize:Number = 10)
The range from minimum to maximum symbol size to use.
SizeRange
Property Detail
fromSizeproperty
public var fromSize:Number

Symbol size for features in the beginning of the time ramp (i.e., the oldest features).

The default value is 1 pixel.

toSizeproperty 
public var toSize:Number

Symbol size for features in the end of the time ramp (i.e., the newest features).

The default value is 10 pixels.

Constructor Detail
SizeRange()Constructor
public function SizeRange(fromSize:Number = 1, toSize:Number = 10)

The range from minimum to maximum symbol size to use.

Parameters
fromSize:Number (default = 1) — Symbol size for features in the beginning of the time ramp (i.e., the oldest features).
 
toSize:Number (default = 10) — Symbol size for features in the end of the time ramp (i.e., the newest features).