Click or drag to resize

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
)

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: DataTable
Chart table created from the given data table.
Exceptions
ExceptionCondition
ArgumentNullExceptiontable or manager is null.
Remarks