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


IClassificationDialog.ClassBreaks Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (CartoUI)  

IClassificationDialog.ClassBreaks Property

Array of class breaks (double). ClassBreaks(0) is the minimum value in the dataset, and subsequent breaks represent the upper limit of each class.

[Visual Basic .NET]
Public Property ClassBreaks As Object
[C#]
public object ClassBreaks {get; set;}

Product Availability

Available with ArcGIS Desktop.

See Also

IClassificationDialog Interface