Spread ASP.NET 16
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / BinOption Class / BinCount Property


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