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


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

IClassBreaksDef Interface

Provides access to the available properties of a ClassBreaksDef object.

Product Availability

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

Members

Name Description
Read/write property BaseSymbol Base symbol used to generate symbols for the Renderer.
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 ColorRamp used to generate symbols for the Renderer.
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.

Classes that implement IClassBreaksDef

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.