Sdílet prostřednictvím


LegendCellColumn Konstruktory

Definice

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::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

Text záhlaví sloupce buňky legendy

columnType
LegendCellColumnType

LegendCellColumnTypeHodnota výčtu, která určuje typ, který bude použit k definování obsahu 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::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

Text záhlaví sloupce buňky legendy

columnType
LegendCellColumnType

LegendCellColumnTypeHodnota výčtu, která určuje typ, který bude použit k definování obsahu sloupce buňky legendy.

text
String

Text sloupce buňky legendy

alignment
ContentAlignment

Zarovnání obsahu buňky legendy

Platí pro