Bee Mobile Charts Help
C#
VB
Show/Hide TOC
Data
Value
Clone 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#
Copy
public
Object
Clone
()
VB
Copy
Public
Function
Clone
As
Object
Return Value
Object
A
DataValue
object that is the exact copy of this object.
Implements
ICloneable
Clone
Remarks
Value of
Tag
property is shallow copied. Value of
PropertyChanged
event is not copied.
See Also
Reference
DataValue Class
BeeMobile.Charts Namespace
In This Article
Definition
Return Value
Implements
Remarks
See Also