ArcObjects Library Reference (Carto)  

IClassBreaksDef Interface

Provides access to the available properties of a ClassBreaksDef object.

Product Availability

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

Members

Description
Read/write property BaseSymbol
Read/write property BreakCount Number of breaks.
Read/write property ClassificationField Names of the classification field.
Read/write property ClassificationMethod Classification Method.
Read/write property ColorRamp
Read/write property NormalizationField Normalization field.
Read/write property NormalizationType Normalization Type.
Read/write property 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

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.