DataPoint::Clone Method ()

.NET Framework (current version)
 

Returns a new instance that is an exact copy of the data point.

Namespace:   System.Windows.Forms.DataVisualization.Charting
Assembly:  System.Windows.Forms.DataVisualization (in System.Windows.Forms.DataVisualization.dll)

public:
DataPoint^ Clone()

Return Value

Type: System.Windows.Forms.DataVisualization.Charting::DataPoint^

A cloned DataPoint object that is an exact copy of the data point.

Use the Clone method to obtain an exact copy of the data point.

.NET Framework
Available since 4.0
Return to top
Show: