Share via


Legend コンストラクター

定義

Legend クラスの新しいインスタンスを初期化します。

オーバーロード

Legend()

Legend クラスの新しいインスタンスを初期化します。

Legend(String)

凡例の名前を指定して、AnnotationPathPoint クラスの新しいインスタンスを初期化します。

Legend()

Legend クラスの新しいインスタンスを初期化します。

public:
 Legend();
public Legend ();
Public Sub New ()

適用対象

Legend(String)

凡例の名前を指定して、AnnotationPathPoint クラスの新しいインスタンスを初期化します。

public:
 Legend(System::String ^ name);
public Legend (string name);
new System.Web.UI.DataVisualization.Charting.Legend : string -> System.Web.UI.DataVisualization.Charting.Legend
Public Sub New (name As String)

パラメーター

name
String

Legend オブジェクトの名前。

適用対象