LegendCell 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
LegendCell 클래스의 새 인스턴스를 초기화합니다.
오버로드
| Name | Description |
|---|---|
| LegendCell() |
LegendCell 클래스의 새 인스턴스를 초기화합니다. |
| LegendCell(String) |
셀 텍스트 또는 이미지 이름을 지정하는 매개 변수를 사용하여 LegendCell 클래스의 새 인스턴스 |
| LegendCell(LegendCellType, String) |
지정된 셀 형식과 셀 텍스트 또는 이미지 이름을 지정하는 매개 변수를 사용하여 LegendCell 클래스의 새 인스턴스 |
| LegendCell(LegendCellType, String, ContentAlignment) |
지정된 셀 형식, 콘텐츠 맞춤 및 셀 텍스트 또는 이미지 이름을 지정하는 매개 변수를 사용하여 LegendCell 클래스의 새 인스턴스 |
LegendCell()
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 범례 셀 내용의 맞춤을 나타내는 값입니다.