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



In This Topic
    HistogramBinWidth Property
    In This Topic
    Gets or sets the histogram bin width.
    Syntax
    'Declaration
     
    
    Public Property HistogramBinWidth As Double
    'Usage
     
    
    Dim instance As ChartOptions
    Dim value As Double
     
    instance.HistogramBinWidth = value
     
    value = instance.HistogramBinWidth
    public double HistogramBinWidth {get; set;}
    public:
    property double HistogramBinWidth {
       double get();
       void set (    double value);
    }
    See Also