ComponentOne FinancialChart for WinForms
C1.Win.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
     
    
    <C1DescriptionAttribute("RangedHistogram.BinMode", "Gets or sets the _mode of histogram bin.")>
    Public Property BinMode As HistogramBinning
    [C1Description("RangedHistogram.BinMode", "Gets or sets the _mode of histogram bin.")]
    public HistogramBinning BinMode {get; set;}
    See Also