ClassBreaksDef
Base Type: DataClassificationDef
Provides access to the available properties of a ClassBreaksDef object.
Property | Type | Description |
---|---|---|
BaseSymbol | Symbol that all symbols in renderer are based upon. | |
BreakCount | int | The number of breaks. |
ClassificationField | string | The names of the classification fields. |
ClassificationMethod | The classification method. | |
ColorRamp | A color ramp. | |
NormalizationField | string | The normalization field. |
NormalizationType | The normalization type. | |
StandardDeviationInterval | double | The standard deviation interval. |
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.
2/28/2020