ComponentOne Studio TrueChart for ASP.NET (C1WebChart2D) ヘルプ
DataIndexToCoord メソッド

C1.Win.C1Chart.4 アセンブリ > C1.Win.C1Chart 名前空間 > ChartGroup クラス : DataIndexToCoord メソッド
データ点のデータセットインデックス
データ点のポイントインデックス。
クライアント X 座標。
クライアント Y 座標。
指定したデータ点のクライアント座標を返します。
シンタックス
'宣言
 
Public Function DataIndexToCoord( _
   ByVal SeriesIndex As System.Integer, _
   ByVal PointIndex As System.Integer, _
   ByRef XCoord As System.Integer, _
   ByRef YCoord As System.Integer _
) As System.Boolean
public System.bool DataIndexToCoord( 
   System.int SeriesIndex,
   System.int PointIndex,
   ref System.int XCoord,
   ref System.int YCoord
)

パラメータ

SeriesIndex
データ点のデータセットインデックス
PointIndex
データ点のポイントインデックス。
XCoord
クライアント X 座標。
YCoord
クライアント Y 座標。

戻り値の型

正常に行われた場合の計算結果。
解説
クライアント座標引数には、マウス座標が記載されています。
参照

ChartGroup クラス
ChartGroup メンバ