[]
Gets or sets the number of intervals in the histogram.
public int IntervalNumber { get; set; }
Public Property IntervalNumber As Integer
The IntervalNumber property applies only to histograms created with Automatic and SemiAutomatic methods. When the XDataBoundaries method is used, the number of intervals is defined as 1 less than the number of unique X values specified.