Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / BinOption Class / BinCount Property


In This Topic
    BinCount Property (BinOption)
    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