Gets or sets the number of intervals in the histogram.
Namespace:
C1.Win.C1ChartAssembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Syntax
C# |
---|
[DefaultValueAttribute(7)] [RefreshPropertiesAttribute(RefreshProperties.Repaint)] [XmlAttributeAttribute] public int IntervalNumber { get; set; } |
Visual Basic |
---|
<DefaultValueAttribute(7)> _ <RefreshPropertiesAttribute(RefreshProperties.Repaint)> _ <XmlAttributeAttribute> _ Public Property IntervalNumber As Integer Get Set |
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.