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