Blazor | ComponentOne
C1.Blazor.Chart Assembly / C1.Blazor.Chart Namespace / RangedHistogram Class / BinMode Property

In This Topic
    BinMode Property
    In This Topic
    Gets or sets the _mode of histogram bin.
    Syntax
    'Declaration
     
    
    Public Property BinMode As HistogramBinning
    public HistogramBinning BinMode {get; set;}
    See Also