ComponentOne Studio for WinRT XAML
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
データ系列内のポイントのインデックス。
参照

ChartView クラス
ChartView メンバ

 

 


Copyright © GrapeCity inc. All rights reserved.