'宣言 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 座標。
戻り値の型
正常に行われた場合の計算結果。