Sdílet prostřednictvím


LegendCell Konstruktory

Definice

Inicializuje novou instanci LegendCell třídy .

Přetížení

LegendCell()

Inicializuje novou instanci LegendCell třídy .

LegendCell(String)

Inicializuje novou instanci třídy pomocí parametru, který určuje text buňky LegendCell nebo název text obrázku.

LegendCell(LegendCellType, String)

Inicializuje novou instanci třídy se zadaným typem buňky a parametrem, který určuje LegendCell text text buňky nebo název obrázku.

LegendCell(LegendCellType, String, ContentAlignment)

Inicializuje novou instanci třídy se zadaným typem buňky, zarovnáním obsahu a parametrem, který určuje text buňky LegendCell text nebo název obrázku.

LegendCell()

Inicializuje novou instanci LegendCell třídy .

public:
 LegendCell();
public LegendCell ();
Public Sub New ()

Platí pro

LegendCell(String)

Inicializuje novou instanci třídy pomocí parametru, který určuje text buňky LegendCell nebo název text obrázku.

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)

Parametry

text
String

Hodnota, string která představuje text buňky nebo název obrázku v závislosti na typu buňky.

Platí pro

LegendCell(LegendCellType, String)

Inicializuje novou instanci třídy se zadaným typem buňky a parametrem, který určuje LegendCell text text buňky nebo název obrázku.

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)

Parametry

cellType
LegendCellType

Hodnota, LegendCellType která představuje typ buňky legendy, který se má použít.

text
String

Řetězcová hodnota, která představuje text buňky nebo název obrázku v závislosti na typu buňky.

Platí pro

LegendCell(LegendCellType, String, ContentAlignment)

Inicializuje novou instanci třídy se zadaným typem buňky, zarovnáním obsahu a parametrem, který určuje text buňky LegendCell text nebo název obrázku.

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)

Parametry

cellType
LegendCellType

Hodnota, LegendCellType která představuje typ buňky legendy, který se má použít.

text
String

Hodnota string představující text buňky nebo název obrázku v závislosti na typu buňky.

alignment
ContentAlignment

Hodnota, ContentAlignment která představuje zarovnání obsahu buňky legendy.

Platí pro