Chart for WPF/Silverlight
GetDataValue メソッド

C1.WPF.C1Chart.4.5.2 アセンブリ > C1.WPF.C1Chart 名前空間 > DataSeries クラス : GetDataValue メソッド
データ配列の名前。
値のインデックス。
指定されたインデックスにある指定された名前のデータ値を取得します。
シンタックス
'宣言
 
Public Function GetDataValue( _
   ByVal name As System.String, _
   ByVal pointIndex As System.Integer _
) As System.Double
public System.double GetDataValue( 
   System.string name,
   System.int pointIndex
)

パラメータ

name
データ配列の名前。
pointIndex
値のインデックス。
参照

DataSeries クラス
DataSeries メンバ