ArcObjects Library Reference (CartoUI)  

IClassificationDialog Interface

Provides access to members that control a dialog for working with properties of a classification.

Product Availability

Available with ArcGIS Desktop.

Members

Description
Read/write property ClassBreaks Array of class breaks (double). ClassBreaks(0) is the minimum value in the dataset, and subsequent breaks represent the upper limit of each class.
Read/write property Classification Classification object.
Method DoModal Shows the dialog modally.
Read/write property LowerThreshold Lower bound of the first class.
Write-only property NumberFormat Number format options.
Method SetClassLimits Sets the minimum and maximum allowed number of classes.
Method SetData Sets data to the dialog via an array of values.
Method SetHistogramData Sets data to the dialog via a histogram.
Read/write property UpperThreshold Upper bound of the last class (commonly set to the last ClassBreak).

CoClasses that implement IClassificationDialog

CoClasses and Classes Description
ClassificationDialog A dialog for working with properties of a classification.