Legend 建構函式

定義

初始化 Legend 類別的新執行個體。

多載

Legend()

初始化 Legend 類別的新執行個體。

Legend(String)

使用指定的圖例名稱初始化 Legend 類別的新執行個體。

Legend()

初始化 Legend 類別的新執行個體。

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

適用於

Legend(String)

使用指定的圖例名稱初始化 Legend 類別的新執行個體。

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

參數

name
String

Legend 物件的名稱。

適用於