ComponentOne FinancialChart for WPF
XVals Property



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

Reference

BollingerBands Class
BollingerBands Members