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

适用于