Provides access to the available properties of a ClassBreaksDef object.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
![]() |
BaseSymbol | |
![]() |
BreakCount | Number of breaks. |
![]() |
ClassificationField | Names of the classification field. |
![]() |
ClassificationMethod | Classification Method. |
![]() |
ColorRamp | |
![]() |
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 |
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.