This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > CartoUI > ESRI.ArcGIS.CartoUI > Interfaces > IC > IClassificationDialog Interface > IClassificationDialog.ClassBreaks Property (ArcObjects .NET 10.4 SDK) |
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;}