Udostępnij za pośrednictwem


LegendCellColumn Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy LegendCellColumn.

Przeciążenia

LegendCellColumn()

Inicjuje nowe wystąpienie klasy LegendCellColumn.

LegendCellColumn(String, LegendCellColumnType, String)

Inicjuje nowe wystąpienie klasy z określonym tekstem LegendCellColumn nagłówka, typem kolumny i tekstem komórki kolumny.

LegendCellColumn(String, LegendCellColumnType, String, ContentAlignment)

Inicjuje nowe wystąpienie klasy z określonym tekstem nagłówka, typem LegendCellColumn 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 nowe wystąpienie klasy z określonym tekstem LegendCellColumn nagłówka, typem kolumny i tekstem komórki kolumny.

public:
 LegendCellColumn(System::String ^ headerText, System::Windows::Forms::DataVisualization::Charting::LegendCellColumnType columnType, System::String ^ text);
public LegendCellColumn (string headerText, System.Windows.Forms.DataVisualization.Charting.LegendCellColumnType columnType, string text);
new System.Windows.Forms.DataVisualization.Charting.LegendCellColumn : string * System.Windows.Forms.DataVisualization.Charting.LegendCellColumnType * string -> System.Windows.Forms.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

Wartość LegendCellColumnType wyliczenia reprezentująca typ kolumny komórki legendy.

text
String

Tekst kolumny komórki legendy.

Dotyczy

LegendCellColumn(String, LegendCellColumnType, String, ContentAlignment)

Inicjuje nowe wystąpienie klasy z określonym tekstem nagłówka, typem LegendCellColumn kolumny, tekstem komórki kolumny i wyrównaniem zawartości.

public:
 LegendCellColumn(System::String ^ headerText, System::Windows::Forms::DataVisualization::Charting::LegendCellColumnType columnType, System::String ^ text, System::Drawing::ContentAlignment alignment);
public LegendCellColumn (string headerText, System.Windows.Forms.DataVisualization.Charting.LegendCellColumnType columnType, string text, System.Drawing.ContentAlignment alignment);
new System.Windows.Forms.DataVisualization.Charting.LegendCellColumn : string * System.Windows.Forms.DataVisualization.Charting.LegendCellColumnType * string * System.Drawing.ContentAlignment -> System.Windows.Forms.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

Wartość LegendCellColumnType wyliczenia reprezentująca typ kolumny komórki legendy.

text
String

Tekst kolumny komórki legendy.

alignment
ContentAlignment

Wyrównanie zawartości kolumny legendy.

Dotyczy