C1.WPF.FlexChart.4.6.2 Assembly / C1.WPF.Chart Namespace / RadarSeries Class / GetValues Method
Specifies the dimension of data to retrieve (0=Y data, 1=X data, 2=Y1 data, ...)

In This Topic
GetValues Method (RadarSeries)
In This Topic
Gets the point data array for the specified coordinate dimension.
Syntax
'Declaration
 
Public Overridable Function GetValues( _
   ByVal dim As Integer _
) As Double()
 

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