ComponentOne FlexChart for UWP
C1.UWP.FlexChart Assembly / C1.Xaml.Chart Namespace / RangedHistogram Class / BinMode Property

In This Topic
    BinMode Property (RangedHistogram)
    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