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

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 > ChartAxisBuilder<T> クラス > Bind メソッド : Bind(String,IEnumerable<T>) メソッド
The field for binding with the data source.
The data source
Bind the axis with a special data source to customize the labels.
シンタックス
'宣言
 
Public Overloads Function Bind( _
   ByVal bindingFields As System.String, _
   ByVal sourceCollection As System.Collections.Generic.IEnumerable(Of T) _
) As ChartAxisBuilder(Of T)
public ChartAxisBuilder<T> Bind( 
   System.string bindingFields,
   System.Collections.Generic.IEnumerable<T> sourceCollection
)

パラメータ

bindingFields
The field for binding with the data source.
sourceCollection
The data source

戻り値の型

Current builder
参照

ChartAxisBuilder<T> クラス
ChartAxisBuilder<T> メンバ
オーバーロード一覧