In This Topic
Overridden to clone the inner C1Chart control in the field so the clone doesn't reference the original field's chart.
Syntax
'Declaration
Public Overrides Function Clone() As Object
public override object Clone()
Return Value
A deep clone of the
Chart field.
See Also