FlexPivot for WinForms
SetData メソッド (Series)

C1.Win.FlexChart.4.5.2 アセンブリ > C1.Win.Chart 名前空間 > Series クラス : SetData メソッド
Specifies the array of XValues.
Specifies the array(s) of YValues.
Sets the point data to be charted.
シンタックス
'宣言
 
Public Sub SetData( _
   ByVal XValues() As System.Double, _
   ByVal ParamArray YValues() As System.Double _
) 
public void SetData( 
   System.double[] XValues,
   params System.double[] YValues
)

パラメータ

XValues
Specifies the array of XValues.
YValues
Specifies the array(s) of YValues.
参照

Series クラス
Series メンバ