| DataTableCreate Method (DataTable) |
Creates new chart table based on the given data table.
Namespace:
Dynamicweb.Controls.Charts
Assembly:
Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax public static DataTable Create(
DataTable table
)
Public Shared Function Create (
table As DataTable
) As DataTable
Parameters
- table
- Type: System.DataDataTable
Data table to use as data source.
Return Value
Type:
DataTableChart table created from the given data table.
Exceptions Remarks See Also