ComponentOne FinancialChart for WPF
GetValues Method (IndicatorBase)



C1.WPF.Chart.Finance Namespace > IndicatorBase Class : GetValues Method
Specifies the dimension of data to retrieve (0=Y data, 1=X data, 2=Y1 data, ...)
Gets the point data array for the specified coordinate dimension.
Syntax
'Declaration
 
Public Overrides Function GetValues( _
   ByVal dim As Integer _
) As Double()
'Usage
 
Dim instance As IndicatorBase
Dim dim As Integer
Dim value() As Double
 
value = instance.GetValues(dim)
public override double[] GetValues( 
   int dim
)
public:
array<double>^ GetValues( 
   int dim
) override 

Parameters

dim
Specifies the dimension of data to retrieve (0=Y data, 1=X data, 2=Y1 data, ...)

Return Value

The point data array for the specified coordinate dimension
See Also

Reference

IndicatorBase Class
IndicatorBase Members