ClassBreaksDef

Base Type: DataClassificationDef

Provides access to the available properties of a ClassBreaksDef object.

Property

Type

Description

BaseSymbol

Symbol

Symbol that all symbols in renderer are based upon.

BreakCount

int

The number of breaks.

ClassificationField

string

The names of the classification fields.

ClassificationMethod

esriClassifyMethod

The classification method.

ColorRamp

esriColorRamp

A color ramp.

NormalizationField

string

The normalization field.

NormalizationType

esriNormalizationType

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