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 对象的名称。

适用于