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