次の方法で共有


DataPointCollection.DataBind(IEnumerable, String, String, String) メソッド

定義

データ ポイントの X 値、Y 値、およびプロパティ値 (Tooltip、LabelStyle など) をデータ ソースにバインドします。

public:
 void DataBind(System::Collections::IEnumerable ^ dataSource, System::String ^ xField, System::String ^ yFields, System::String ^ otherFields);
public void DataBind (System.Collections.IEnumerable dataSource, string xField, string yFields, string otherFields);
member this.DataBind : System.Collections.IEnumerable * string * string * string -> unit
Public Sub DataBind (dataSource As IEnumerable, xField As String, yFields As String, otherFields As String)

パラメーター

dataSource
IEnumerable

データ ソース。

xField
String

X 値のフィールドの名前。

yFields
String

Y 値のフィールドのコンマ区切りの名前。

otherFields
String

"PointProperty=Field[{Format}] [,PointProperty=Field[{Format}]]" という形式でバインディング規則が指定されたその他のデータ ポイントのプロパティ。

例: "Tooltip=Price{C1},Url=WebSiteName"。

注釈

データ ソースには、Ole(SQL)DataReader、DataView、DataSet、DataTable、DataRow を指定できます。

適用対象