GetValues Method (TrendLine)
Gets the point data array for the specified coordinate dimension.
'Declaration
Public Overrides Function GetValues( _
ByVal As Integer _
) As Double()
'Usage
Dim instance As TrendLine
Dim dim As Integer
Dim value() As Double
value = instance.GetValues(dim)
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