Click or drag to resize

DataTableCopyFrom Method

Copies all information from the given data table.

Namespace:  Dynamicweb.Controls.Charts
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
public virtual void CopyFrom(
	DataTable table
)

Parameters

table
Type: Dynamicweb.Controls.ChartsDataTable
Data table to copy information from.
Exceptions
ExceptionCondition
ArgumentNullExceptiontable is null.
Remarks