Blazor | ComponentOne
C1.Blazor.Chart Assembly / C1.Blazor.Chart Namespace / Histogram Class / BinWidth Property

In This Topic
    BinWidth Property (Histogram)
    In This Topic
    Gets or sets a positive decimal number for the range of a bin.
    Syntax
    'Declaration
     
    
    Public Property BinWidth As Double
    public double BinWidth {get; set;}
    See Also