Click or drag to resize

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
)

Parameters

table
Type: System.DataDataTable
Data table to use as data source.

Return Value

Type: DataTable
Chart table created from the given data table.
Exceptions
ExceptionCondition
ArgumentNullExceptiontable is null.
Remarks