LegendCellColumn Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Inicializuje novou instanci LegendCellColumn třídy.
Přetížení
LegendCellColumn() |
Inicializuje novou instanci LegendCellColumn třídy. |
LegendCellColumn(String, LegendCellColumnType, String) |
Inicializuje novou instanci LegendCellColumn třídy se zadaným textem záhlaví, typem sloupce a textem buňky sloupce. |
LegendCellColumn(String, LegendCellColumnType, String, ContentAlignment) |
Inicializuje novou instanci LegendCellColumn třídy se zadaným textem záhlaví, typem sloupce, textem a zarovnáním obsahu buňky sloupce. |
LegendCellColumn()
Inicializuje novou instanci LegendCellColumn třídy.
public:
LegendCellColumn();
public LegendCellColumn ();
Public Sub New ()
Platí pro
LegendCellColumn(String, LegendCellColumnType, String)
Inicializuje novou instanci LegendCellColumn třídy se zadaným textem záhlaví, typem sloupce a textem buňky sloupce.
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
Text záhlaví sloupce buňky legendy
- columnType
- LegendCellColumnType
LegendCellColumnTypeHodnota výčtu, která představuje typ sloupce buňky legendy.
- text
- String
Text sloupce buňky legendy
Platí pro
LegendCellColumn(String, LegendCellColumnType, String, ContentAlignment)
Inicializuje novou instanci LegendCellColumn třídy se zadaným textem záhlaví, typem sloupce, textem a zarovnáním obsahu buňky sloupce.
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
Text záhlaví sloupce buňky legendy
- columnType
- LegendCellColumnType
LegendCellColumnTypeHodnota výčtu, která představuje typ sloupce buňky legendy.
- text
- String
Text sloupce buňky legendy
- alignment
- ContentAlignment
Zarovnání obsahu sloupce legendy