DataValueClone Method

Clones the current DataValue object.

Definition

Namespace: BeeMobile.Charts
Assembly: BeeMobile.Charts.NET48 (in BeeMobile.Charts.NET48.dll) Version: 4.8.0.3
C#
public Object Clone()

Return Value

Object
A DataValue object that is the exact copy of this object.

Implements

ICloneableClone

Remarks

Value of Tag property is shallow copied. Value of PropertyChanged event is not copied.

See Also