ComponentOne FinancialChart for WPF
Multiplier Property



C1.WPF.Chart.Finance Namespace > BollingerBands Class : Multiplier Property
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

Reference

BollingerBands Class
BollingerBands Members