Click or drag to resize

DataRowValue Constructor (DataRowValue)

Initializes a new instance of an object.

Namespace:  Dynamicweb.Controls.Charts
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
public DataRowValue(
	DataRowValue copyFrom
)

Parameters

copyFrom
Type: Dynamicweb.Controls.ChartsDataRowValue
Object to copy state from.
Exceptions
ExceptionCondition
ArgumentNullExceptioncopyFrom is null.
Remarks