This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRasterClassifyUIProperties Interface (ArcObjects .NET 10.4 SDK) |
Provides access to members that control the classification properties in the UI.
The IRasterClassifyUIProperties interface is used to set the classification method for RasterClassifyColorRampRenderer.
Description | ||
---|---|---|
ClassificationMethod | Classification method. | |
ColorRamp | Color ramp name. | |
DeviationInterval | Deviation interval. Range is 0 to 1, where 0 means no deviation is used. | |
NumberFormat | Number format for labels. | |
ShowClassGaps | Indicates if gaps between classes are shown. |
CoClasses and Classes | Description |
---|---|
RasterClassifyColorRampRenderer | A renderer with a color ramp for rasters with classified values. |
The IRasterClassifyUIProperties interface controls the properties that appear in the Classification dialog box of the raster property page.
IRasterRenderer Interface | IRasterClassifyColorRampRenderer Interface | IClassify Interface