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 개체의 이름입니다.

적용 대상