Chart for WinRT
DataIndexToPoint メソッド

データ系列のインデックス。
データ系列内のポイントのインデックス。
指定されたデータポイントに対応するポイントを返します。データポイントは、系列とポイントインデックスによって指定されます。
構文
'宣言
 
Public Function DataIndexToPoint( _
   ByVal seriesIndex As System.Integer, _
   ByVal pointIndex As System.Integer _
) As Windows.Foundation.Point
public Windows.Foundation.Point DataIndexToPoint( 
   System.int seriesIndex,
   System.int pointIndex
)

パラメータ

seriesIndex
データ系列のインデックス。
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

参照

関連項目

ChartView クラス
ChartView メンバ

Send Feedback