Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / BinOption Class / BinSize Property


In This Topic
    BinSize Property (BinOption)
    In This Topic
    Gets or sets the size of the bin data for the histogram series.
    Syntax
    'Declaration
     
    
    Public Property BinSize As Double
    'Usage
     
    
    Dim instance As BinOption
    Dim value As Double
     
    instance.BinSize = value
     
    value = instance.BinSize
    public double BinSize {get; set;}
    See Also