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


IRasterStretchColorRampRenderer Interface (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IRasterStretchColorRampRenderer Interface

Provides access to members that control the color ramp of a contrast stretch.

Product Availability

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

When To Use

The IRasterStretchColorRampRenderer interface controls the display of a raster dataset stretched along a color ramp. It is usually used for visualizing continuous raster data.

Members

Description
Read/write property BandIndex Index of the band to be rendered.
Read/write property ColorRamp Color ramp.
Read/write property ColorScheme ColorScheme name.
Read/write property LabelHigh Label for highest value.
Read/write property LabelLow Label for lowest value.
Read/write property LabelMedium Label for medium value.
Method ResetLabels Makes default labels.

CoClasses that implement IRasterStretchColorRampRenderer

CoClasses and Classes Description
RasterStretchColorRampRenderer A renderer with a color ramp for rasters with continuous values.

.NET Samples

Create a custom default raster catalog renderer (Code Files: CustomRasterCatalogRenderer_VBNET)

.NET Related Topics

How to create a raster stretch renderer