WPF Edition
C1.WPF.FlexChart.4.6.2 程序集 / C1.WPF.Chart 命名空间 / Series 类 / GetValues 方法
Specifies the dimension of data to retrieve (0=Y data, 1=X data, 2=Y1 data, ...)

本主题中
GetValues 方法 (Series)
本主题中
Gets the point data array for the specified coordinate dimension.
语法
'声明
 
Public Overridable Function GetValues( _
   ByVal dim As Integer _
) As Double()
 

参数

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

返回值

The point data array for the specified coordinate dimension
请参见