Click or drag to resize

DataColumn Constructor (DataTable, Type, String, String)

Initializes a new istance of an object.

Namespace:  Dynamicweb.Controls.Charts
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
protected DataColumn(
	DataTable table,
	Type type,
	string label,
	string id
)

Parameters

table
Type: Dynamicweb.Controls.ChartsDataTable
Owning data table.
type
Type: SystemType
Column type.
label
Type: SystemString
Column label.
id
Type: SystemString
Column identifier.
Remarks