Spread Windows Forms 18
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Charts Namespace / IChartGroup Interface / BinWidthValue Property


In This Topic
    BinWidthValue Property
    In This Topic
    Specifies the number of bins in the histogram chart.
    Syntax
    'Declaration
     
    
    Property BinWidthValue As Double
    'Usage
     
    
    Dim instance As IChartGroup
    Dim value As Double
     
    instance.BinWidthValue = value
     
    value = instance.BinWidthValue
    double BinWidthValue {get; set;}
    See Also