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

C1.Win.C1Chart.4 アセンブリ > C1.Win.C1Chart 名前空間 > Legend クラス : SeriesFromCoord メソッド
クライアント X 座標。
クライアント Y 座標。
グループインデックス。
データセットインデックス。
指定した座標に最も近い凡例のデータセットエントリのインデックスを取得します。マウスの座標はクライアント座標で指定されます。
シンタックス
'宣言
 
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を返します。
参照

Legend クラス
Legend メンバ