ComponentOne FinancialChart for WPF
C1.Chart Namespace / IDistributionSeries Interface / BinWidth Property



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