Chart.DataBindTable Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Automatycznie tworzy i wiąże dane serii z określoną tabelą danych.
Przeciążenia
DataBindTable(IEnumerable) |
Automatycznie tworzy i wiąże dane serii z określoną tabelą danych. |
DataBindTable(IEnumerable, String) |
Automatycznie tworzy i wiąże dane serii z określoną tabelą danych i opcjonalnie wypełnia wartości X. |
DataBindTable(IEnumerable)
Automatycznie tworzy i wiąże dane serii z określoną tabelą danych.
public:
void DataBindTable(System::Collections::IEnumerable ^ dataSource);
public void DataBindTable (System.Collections.IEnumerable dataSource);
member this.DataBindTable : System.Collections.IEnumerable -> unit
Public Sub DataBindTable (dataSource As IEnumerable)
Parametry
- dataSource
- IEnumerable
Źródło danych, które może być dowolnym IEnumerable obiektem.
Uwagi
Każda kolumna tabeli staje się wartością Y dla serii z jedną serią na kolumnę.
Dotyczy
DataBindTable(IEnumerable, String)
Automatycznie tworzy i wiąże dane serii z określoną tabelą danych i opcjonalnie wypełnia wartości X.
public:
void DataBindTable(System::Collections::IEnumerable ^ dataSource, System::String ^ xField);
public void DataBindTable (System.Collections.IEnumerable dataSource, string xField);
member this.DataBindTable : System.Collections.IEnumerable * string -> unit
Public Sub DataBindTable (dataSource As IEnumerable, xField As String)
Parametry
- dataSource
- IEnumerable
Źródło danych, które może być dowolnym IEnumerable obiektem.
- xField
- String
Nazwa pola używanego dla serii X-values.
Uwagi
Każda kolumna tabeli staje się wartością Y dla serii z jedną serią na kolumnę.
Można również podać pole X-value serii.