LegendCell 생성자

정의

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

오버로드

LegendCell()

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

LegendCell(String)

셀 텍스트 또는 이미지 이름을 지정하는 text 매개 변수를 사용하여 LegendCell 클래스의 새 인스턴스를 초기화합니다.

LegendCell(LegendCellType, String)

셀 텍스트 또는 이미지 이름을 지정하는 text 매개 변수와 지정된 셀 형식을 사용하여 LegendCell 클래스의 새 인스턴스를 초기화합니다.

LegendCell(LegendCellType, String, ContentAlignment)

셀 텍스트 또는 이미지 이름을 지정하는 text 매개 변수, 지정된 셀 형식 및 내용 맞춤을 사용하여 LegendCell 클래스의 새 인스턴스를 초기화합니다.

LegendCell()

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

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

적용 대상

LegendCell(String)

셀 텍스트 또는 이미지 이름을 지정하는 text 매개 변수를 사용하여 LegendCell 클래스의 새 인스턴스를 초기화합니다.

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

매개 변수

text
String

셀 형식에 따라 셀 텍스트 또는 이미지 이름을 나타내는 string 값입니다.

적용 대상

LegendCell(LegendCellType, String)

셀 텍스트 또는 이미지 이름을 지정하는 text 매개 변수와 지정된 셀 형식을 사용하여 LegendCell 클래스의 새 인스턴스를 초기화합니다.

public:
 LegendCell(System::Windows::Forms::DataVisualization::Charting::LegendCellType cellType, System::String ^ text);
public LegendCell (System.Windows.Forms.DataVisualization.Charting.LegendCellType cellType, string text);
new System.Windows.Forms.DataVisualization.Charting.LegendCell : System.Windows.Forms.DataVisualization.Charting.LegendCellType * string -> System.Windows.Forms.DataVisualization.Charting.LegendCell
Public Sub New (cellType As LegendCellType, text As String)

매개 변수

cellType
LegendCellType

사용할 범례 셀 형식을 나타내는 LegendCellType 값입니다.

text
String

셀 형식에 따라 셀 텍스트 또는 이미지 이름을 나타내는 문자열 값입니다.

적용 대상

LegendCell(LegendCellType, String, ContentAlignment)

셀 텍스트 또는 이미지 이름을 지정하는 text 매개 변수, 지정된 셀 형식 및 내용 맞춤을 사용하여 LegendCell 클래스의 새 인스턴스를 초기화합니다.

public:
 LegendCell(System::Windows::Forms::DataVisualization::Charting::LegendCellType cellType, System::String ^ text, System::Drawing::ContentAlignment alignment);
public LegendCell (System.Windows.Forms.DataVisualization.Charting.LegendCellType cellType, string text, System.Drawing.ContentAlignment alignment);
new System.Windows.Forms.DataVisualization.Charting.LegendCell : System.Windows.Forms.DataVisualization.Charting.LegendCellType * string * System.Drawing.ContentAlignment -> System.Windows.Forms.DataVisualization.Charting.LegendCell
Public Sub New (cellType As LegendCellType, text As String, alignment As ContentAlignment)

매개 변수

cellType
LegendCellType

사용할 범례 셀 형식을 나타내는 LegendCellType 값입니다.

text
String

셀 형식에 따라 셀 텍스트 또는 이미지 이름을 나타내는 string 값입니다.

alignment
ContentAlignment

범례 셀 내용의 맞춤을 나타내는 ContentAlignment 값입니다.

적용 대상