'宣言 Public Delegate Function AggregateGroupSelector( _ ByVal x As System.Double, _ ByVal y As System.Double, _ ByVal dataObject As System.Object _ ) As System.Double
public delegate System.double AggregateGroupSelector( System.double x, System.double y, System.object dataObject )
パラメータ
- x
- X データ値
- y
- Y データ値
- dataObject
- データポイントに関連付けられているデータオブジェクト。
戻り値の型
データポイントの y 軸上の位置(グループキー)。