Provides access to the available properties of a ClassBreaksDef object.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
| Description | ||
|---|---|---|
![]()  | 
BaseSymbol | Base symbol used to generate symbols for the Renderer. | 
![]()  | 
BreakCount | Number of breaks. | 
![]()  | 
ClassificationField | Names of the classification field. | 
![]()  | 
ClassificationMethod | Classification Method. | 
![]()  | 
ColorRamp | ColorRamp used to generate symbols for the Renderer. | 
![]()  | 
NormalizationField | Normalization field. | 
![]()  | 
NormalizationType | Normalization Type. | 
![]()  | 
StandardDeviationInterval | Standard deviation interval. | 
Inherited Interfaces
| Interfaces | Description | 
|---|---|
| IDataClassificationDef | Provides access to the available properties of a DataClassificationDef object. | 
CoClasses that implement IClassBreaksDef
| CoClasses and Classes | Description | 
|---|---|
| ClassBreaksDef | A coclass that describes how to generate class breaks. | 
Remarks
Please note when ClassificationMethod is esriClassifyStandardDeviation, BreakCount is not required since the number of output classes depend on the StandardDeviationInterval and MapServer computes that internally.

