Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / BinOption Class / BinSize Property
Example


In This Topic
    BinSize Property
    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;}
    Example
    This example sets the bin size.
    See Also