ComponentOne FinancialChart for WPF
C1.WPF.Chart.Finance Namespace / BollingerBands Class / Multiplier Property



In This Topic
    Multiplier Property
    In This Topic
    Gets or sets the standard deviation multiplier.
    Syntax
    'Declaration
     
    
    Public Property Multiplier As Integer
    'Usage
     
    
    Dim instance As BollingerBands
    Dim value As Integer
     
    instance.Multiplier = value
     
    value = instance.Multiplier
    public int Multiplier {get; set;}
    public:
    property int Multiplier {
       int get();
       void set (    int value);
    }
    See Also