'宣言 Public Function SeriesFromCoord( _ ByVal XCoord As System.Integer, _ ByVal YCoord As System.Integer, _ ByRef GroupIndex As System.Integer, _ ByRef SeriesIndex As System.Integer _ ) As System.Boolean
public System.bool SeriesFromCoord( System.int XCoord, System.int YCoord, ref System.int GroupIndex, ref System.int SeriesIndex )
パラメータ
- XCoord
- クライアント X 座標。
- YCoord
- クライアント Y 座標。
- GroupIndex
- グループインデックス。
- SeriesIndex
- データセットインデックス。
戻り値の型
このメソッドは、凡例のデータセットエントリが指定した座標に存在する場合、Trueを返します。