FlexChart for WinForms
GetValues メソッド (Waterfall)

C1.Chart アセンブリ > C1.Chart.Standard 名前空間 > Waterfall クラス : GetValues メソッド
Specifies the dimension of data to retrieve (0=Y data, 1=X data, 2=Y1 data, ...).
Gets the data values.
シンタックス
'宣言
 
Public Overrides Function GetValues( _
   ByVal dim As System.Integer _
) As System.Double()
public override System.double[] GetValues( 
   System.int dim
)

パラメータ

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

戻り値の型

The points data array for the specified coordinate dimension.
参照

参照

Waterfall クラス
Waterfall メンバ