ComponentOne FinancialChart for WPF
C1.WPF.Chart Namespace / Histogram Class / BinWidth Property



In This Topic
    BinWidth Property (Histogram)
    In This Topic
    Gets or sets a positive decimal number for the range of a bin.
    Syntax
    'Declaration
     
    
    Public Property BinWidth As Double
    'Usage
     
    
    Dim instance As Histogram
    Dim value As Double
     
    instance.BinWidth = value
     
    value = instance.BinWidth
    public double BinWidth {get; set;}
    public:
    property double BinWidth {
       double get();
       void set (    double value);
    }
    See Also