Chart for WinRT
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
値のインデックス。
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

関連項目

DataSeries クラス
DataSeries メンバ

Send Feedback