CustomLabel.Clone Method

Definition

Returns a cloned label object.

public:
 System::Windows::Forms::DataVisualization::Charting::CustomLabel ^ Clone();
public System.Windows.Forms.DataVisualization.Charting.CustomLabel Clone ();
member this.Clone : unit -> System.Windows.Forms.DataVisualization.Charting.CustomLabel
Public Function Clone () As CustomLabel

Returns

A CustomLabel object that represents a copy of the current custom label.

Applies to