ASP.NET Core MVC コントロールヘルプ
Bind(String,String,IEnumerable<T>) メソッド

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 > FlexChartCoreBuilder<T,TControl,TBuilder> クラス > Bind メソッド : Bind(String,String,IEnumerable<T>) メソッド
Sets the name of the x data field.
Sets the name of the value data field.
The data source
Bind data with specified x data field name and value property of the data source.
シンタックス
'宣言
 
Public Overloads Function Bind( _
   ByVal xDataFieldName As System.String, _
   ByVal valueProperty As System.String, _
   ByVal sourceCollection As System.Collections.Generic.IEnumerable(Of T) _
) As TBuilder
public TBuilder Bind( 
   System.string xDataFieldName,
   System.string valueProperty,
   System.Collections.Generic.IEnumerable<T> sourceCollection
)

パラメータ

xDataFieldName
Sets the name of the x data field.
valueProperty
Sets the name of the value data field.
sourceCollection
The data source

戻り値の型

Current builder
参照

FlexChartCoreBuilder<T,TControl,TBuilder> クラス
FlexChartCoreBuilder<T,TControl,TBuilder> メンバ
オーバーロード一覧