Share via


CustomLabel.Clone メソッド

定義

複製されたラベル オブジェクトを返します。

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

戻り値

CustomLabel

現在のカスタム ラベルのコピーを表す CustomLabel オブジェクト。

適用対象