ComponentOne FinancialChart for WinForms
C1.Win.Chart Namespace / ChartOptions Class / HistogramBinWidth Property

In This Topic
    HistogramBinWidth Property (ChartOptions)
    In This Topic
    Gets or sets the histogram bin width.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(NaN)>
    Public Property HistogramBinWidth As Double
    [DefaultValue(NaN)]
    public double HistogramBinWidth {get; set;}
    See Also