ArcGIS API for WPF - Library Reference
ColorRange Property
See Also  Send comments on this topic
ESRI.ArcGIS.Client Namespace > RampInterpolator Class : ColorRange Property

Gets or sets the range of color’s applied to a Symbol being rendered via the RampInterpolator for a set of temporal features in a FeatureLayer as defined by the Map.TimeExtent.

Syntax

Visual Basic (Declaration) 
Public Property ColorRange As ColorRange
C# 
public ColorRange ColorRange {get; set;}

Remarks

Colors are graduated between a ColorRange.From color and a ColorRange.To color based upon the Color Wheel. The newest temporal observation specified by the Map.TimeExtent matches the From color. The oldest temporal observation specified by the Map.TimeExtent matches the To color.

The following image provides a visual example of how a square Symbol would look via the RampInterpolator for the ColorRange Property that is graduated over five time periods as defined by the Map.TimeExtent.

ColorRange example for the symbol going from Red to Yellow.

Code examples for using the ColorRange can be found in the RampInterpolator and TemporalRenderer Classes.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© ESRI, Inc. All Rights Reserved.