CustomLabel.Clone Method

Definition

Returns a cloned label object.

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

Returns

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

Applies to