This document is archived and information here might be outdated.  Recommended version.


IRasterClassifyColorRampRenderer Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRasterClassifyColorRampRenderer Interface
ArcGIS Developer Help

IRasterClassifyColorRampRenderer Interface

Provides access to members that relate to the classified rendering of rasters.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

The IRasterClassifyColorRampRenderer controls the classes used by the renderer and how they are displayed.


 

Members

Name Description
Read/write property Break Break at the index.
Read/write property ClassCount Number of classes.
Read/write property ClassField Field this renderer is using.
Read/write property Description Description for the class at the given index.
Read/write property Label Label for the class at the given index.
Read/write property NormField Normalization field this renderer is using.
Read/write property SortClassesAscending Indicates if the sort direction for the class labels is ascending.
Read/write property Symbol Symbol representing the class at the index.

Classes that implement IRasterClassifyColorRampRenderer

Classes Description
RasterClassifyColorRampRenderer A renderer with a color ramp for rasters with classified values.

Remarks

The default classification method for RasterClassifyColorRampRenderer is NaturalBreaks. To set other classification method use interface IRasterClassifyUIProperties.

TheClassFieldproperty determines the field of the raster on which the classification will be performed. With theNormFieldproperty, you may optionally specify another field by which the class field will be divided before the classes are determined. The ClassField and NormField must be numeric. By default, the ClassField is Value and the NormField is empty.

See Also

IRasterRenderer Interface | IRasterClassifyUIProperties Interface | IRasterDataExclusion Interface | IClassify Interface