LegendCellColumn Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Inicjuje nowe wystąpienie klasy LegendCellColumn.
Przeciążenia
LegendCellColumn() |
Inicjuje nowe wystąpienie klasy LegendCellColumn. |
LegendCellColumn(String, LegendCellColumnType, String) |
Inicjuje LegendCellColumn nowe wystąpienie klasy z określonym tekstem nagłówka, typem kolumny i tekstem komórki kolumny. |
LegendCellColumn(String, LegendCellColumnType, String, ContentAlignment) |
Inicjuje LegendCellColumn nowe wystąpienie klasy z określonym tekstem nagłówka, typem kolumny, tekstem komórki kolumny i wyrównaniem zawartości. |
LegendCellColumn()
Inicjuje nowe wystąpienie klasy LegendCellColumn.
public:
LegendCellColumn();
public LegendCellColumn ();
Public Sub New ()
Dotyczy
LegendCellColumn(String, LegendCellColumnType, String)
Inicjuje LegendCellColumn nowe wystąpienie klasy z określonym tekstem nagłówka, typem kolumny i tekstem komórki kolumny.
public:
LegendCellColumn(System::String ^ headerText, System::Web::UI::DataVisualization::Charting::LegendCellColumnType columnType, System::String ^ text);
public LegendCellColumn (string headerText, System.Web.UI.DataVisualization.Charting.LegendCellColumnType columnType, string text);
new System.Web.UI.DataVisualization.Charting.LegendCellColumn : string * System.Web.UI.DataVisualization.Charting.LegendCellColumnType * string -> System.Web.UI.DataVisualization.Charting.LegendCellColumn
Public Sub New (headerText As String, columnType As LegendCellColumnType, text As String)
Parametry
- headerText
- String
Tekst nagłówka kolumny komórki legendy.
- columnType
- LegendCellColumnType
LegendCellColumnType Wartość wyliczenia określająca typ, który będzie używany do definiowania zawartości kolumny komórki legendy.
- text
- String
Tekst kolumny komórki legendy.
Dotyczy
LegendCellColumn(String, LegendCellColumnType, String, ContentAlignment)
Inicjuje LegendCellColumn nowe wystąpienie klasy z określonym tekstem nagłówka, typem kolumny, tekstem komórki kolumny i wyrównaniem zawartości.
public:
LegendCellColumn(System::String ^ headerText, System::Web::UI::DataVisualization::Charting::LegendCellColumnType columnType, System::String ^ text, System::Drawing::ContentAlignment alignment);
public LegendCellColumn (string headerText, System.Web.UI.DataVisualization.Charting.LegendCellColumnType columnType, string text, System.Drawing.ContentAlignment alignment);
new System.Web.UI.DataVisualization.Charting.LegendCellColumn : string * System.Web.UI.DataVisualization.Charting.LegendCellColumnType * string * System.Drawing.ContentAlignment -> System.Web.UI.DataVisualization.Charting.LegendCellColumn
Public Sub New (headerText As String, columnType As LegendCellColumnType, text As String, alignment As ContentAlignment)
Parametry
- headerText
- String
Tekst nagłówka kolumny komórki legendy.
- columnType
- LegendCellColumnType
LegendCellColumnType Wartość wyliczenia określająca typ, który będzie używany do definiowania zawartości kolumny komórki legendy.
- text
- String
Tekst kolumny komórki legendy.
- alignment
- ContentAlignment
Wyrównanie zawartości komórki legendy.