バージョン

RegisterObjectColumn メソッド (PieChartBase)

FastItemsSource に列を登録します。
シンタックス
'宣言
 
Protected Function RegisterObjectColumn( _
   ByVal memberPath As String _
) As Infragistics.IFastItemColumn(Of Object)
protected Infragistics.IFastItemColumn<object> RegisterObjectColumn( 
   string memberPath
)

パラメータ

memberPath
値を取得する各データ項目のプロパティの名前。

戻り値の型

FastItemsSource の各項目の所定の memberPath を取り出した値を格納した FastItemColumn。
参照