This document is archived and information here might be outdated.  Recommended version.


IClassificationDialog Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CartoUI > ESRI.ArcGIS.CartoUI > Interfaces > IC > IClassificationDialog Interface
ArcGIS Developer Help

IClassificationDialog Interface

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

Product Availability

Available with ArcGIS Desktop.

Members

Name 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).

Classes that implement IClassificationDialog

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