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

C1.Web.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 > ChartSeriesBaseBuilder<T,TControl,TBuilder> クラス > Bind メソッド : Bind(String,String,String) メソッド
xデータフィールドの名前を設定します。
値データフィールドの名前を設定します。
データの読み取りに使用されるアクションのURL
指定されたxデータフィールド名、値プロパティ、およびデータの読み取りに使用されるアクションのURLを使用してデータを連結します。
シンタックス
'宣言
 
Public Overloads Function Bind( _
   ByVal xDataFieldName As System.String, _
   ByVal valueProperty As System.String, _
   ByVal readActionUrl As System.String _
) As TBuilder
public TBuilder Bind( 
   System.string xDataFieldName,
   System.string valueProperty,
   System.string readActionUrl
)

パラメータ

xDataFieldName
xデータフィールドの名前を設定します。
valueProperty
値データフィールドの名前を設定します。
readActionUrl
データの読み取りに使用されるアクションのURL

戻り値の型

現在のビルダ
参照

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