ComponentOne FlexChart for UWP
GetValues Method (Series)

C1.UWP.FlexChart Assembly > C1.Xaml.Chart Namespace > Series 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 Overridable Function GetValues( _
   ByVal dim As System.Integer _
) As System.Double()
public virtual System.double[] GetValues( 
   System.int 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
See Also

Reference

Series Class
Series Members