Gets or sets the number of intervals in the histogram.
[Visual Basic]
Public Property IntervalNumber As Integer
[C#]
public int IntervalNumber {get;set;}
[Delphi]
public property IntervalNumber: Int32 read get_IntervalNumber write set_IntervalNumber;
Remarks
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.
See Also
ChartHistogram Class | ChartHistogram Members | C1.Win.C1Chart Namespace
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |