Click or drag to resize

DataRowValueCopyTo Method

Copies the state of the current object into the given one.

Namespace:  Dynamicweb.Controls.Charts
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
public virtual void CopyTo(
	DataRowValue target
)

Parameters

target
Type: Dynamicweb.Controls.ChartsDataRowValue
Object to copy state into.
Exceptions
ExceptionCondition
ArgumentNullExceptiontarget is null.
Remarks