Legend 생성자

정의

Legend 클래스의 새 인스턴스를 초기화합니다.

오버로드

Name Description
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 이름입니다.

적용 대상