Chart for WinRT
AggregateGroupSelector デリゲート

X データ値
Y データ値
データポイントに関連付けられているデータオブジェクト。
データポイントのグループキーを選択します。
構文
'宣言
 
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 軸上の位置(グループキー)。
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

関連項目

AggregateGroupSelector メンバ
C1.Xaml.Chart 名前空間

Send Feedback