In This Topic
Gets or sets the number of bins in the histogram series.
Syntax
'Declaration
Public Property BinCount As Integer
'Usage
Dim instance As BinOption
Dim value As Integer
instance.BinCount = value
value = instance.BinCount
public int BinCount {get; set;}
See Also