CustomLabel.Clone メソッド

定義

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

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

戻り値

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

適用対象