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

Utility class used to define a range of interpolated Colors via a Color Wheel using a starting and ending pair of Colors.

Object Model

ColorRange Class

Syntax

Visual Basic (Declaration) 
Public Class ColorRange 
C# 
public class ColorRange 

Remarks

Colors are graduated between a From color and a To color based upon the Color Wheel. The ColorRange Class is used by the RampInterpolator.ColorRange Property for aging the symbology of temporal observations of a FeatureLayer. 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.

Visual example of a ColorRange going from red to yellow.

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

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.Client.ColorRange

Requirements

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

See Also

© ESRI, Inc. All Rights Reserved.