DataPointCollection.DataBind(IEnumerable, String, String, String) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
データ ポイントの 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 を指定できます。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET