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



In This Topic
    XVals Property (BollingerBands)
    In This Topic
    Syntax
    'Declaration
     
    
    Public ReadOnly Property XVals As Double()
    'Usage
     
    
    Dim instance As BollingerBands
    Dim value() As Double
     
    value = instance.XVals
    public double[] XVals {get;}
    public:
    property array<double>^ XVals {
       array<double>^ get();
    }
    See Also