LegendCell 생성자

정의

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

오버로드

Name Description
LegendCell()

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

LegendCell(String)

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

LegendCell(LegendCellType, String)

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

LegendCell(LegendCellType, String, ContentAlignment)

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

LegendCell()

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

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

적용 대상

LegendCell(String)

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

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

매개 변수

text
String

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

적용 대상

LegendCell(LegendCellType, String)

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

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

매개 변수

cellType
LegendCellType

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

text
String

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

적용 대상

LegendCell(LegendCellType, String, ContentAlignment)

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

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

매개 변수

cellType
LegendCellType

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

text
String

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

alignment
ContentAlignment

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

적용 대상