Spread WPF 18
GrapeCity.Spreadsheet.Charts Namespace / IChartGroup Interface / BinsCountValue Property


In This Topic
    BinsCountValue Property
    In This Topic
    Specifies the number of points in each range.
    Syntax
    'Declaration
     
    Property BinsCountValue As Integer
    'Usage
     
    Dim instance As IChartGroup
    Dim value As Integer
     
    instance.BinsCountValue = value
     
    value = instance.BinsCountValue
    int BinsCountValue {get; set;}
    See Also