MindFusion.Charting Programmer's Guide

LineChart.Clone Method

See Also
 





Creates an exact copy of the current LineChart object.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public override Object Clone ()

Visual Basic  Copy Code

Public Overrides Function Clone () As Object

JavaScript  Copy Code

function Clone ()

 Return Value

The cloned line chart.

 See Also