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