| DataTableCreate Method (DataTable, ITypeManager) |
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,
ITypeManager manager
)
Public Shared Function Create (
table As DataTable,
manager As ITypeManager
) As DataTable
Parameters
- table
- Type: System.DataDataTable
Data table to use as data source. - manager
- Type: Dynamicweb.Controls.Charts.ProvidersITypeManager
Type manager for the newly created table.
Return Value
Type:
DataTableChart table created from the given data table.
Exceptions Remarks See Also