NumberOfBins Property (RangedHistogram)
In This Topic
Gets or sets the number of bins for the histogram, including the overflow and underflow bins.
Syntax
'Declaration
<C1DescriptionAttribute("RangedHistogram.NumberOfBins", "Gets or sets the number of bins for the histogram, including the overflow and underflow bins.")>
Public Property NumberOfBins As Integer
[C1Description("RangedHistogram.NumberOfBins", "Gets or sets the number of bins for the histogram, including the overflow and underflow bins.")]
public int NumberOfBins {get; set;}
See Also