This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > CartoUI > ESRI.ArcGIS.CartoUI > Interfaces > IC > IClassificationDialog Interface (ArcObjects .NET 10.5 SDK) |
Provides access to members that control a dialog for working with properties of a classification.
Description | ||
---|---|---|
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. | |
Classification | Classification object. | |
DoModal | Shows the dialog modally. | |
LowerThreshold | Lower bound of the first class. | |
NumberFormat | Number format options. | |
SetClassLimits | Sets the minimum and maximum allowed number of classes. | |
SetData | Sets data to the dialog via an array of values. | |
SetHistogramData | Sets data to the dialog via a histogram. | |
UpperThreshold | Upper bound of the last class (commonly set to the last ClassBreak). |
CoClasses and Classes | Description |
---|---|
ClassificationDialog | A dialog for working with properties of a classification. |