LegendCell Konstruktory

Definice

Inicializuje novou instanci LegendCell třídy.

Přetížení

LegendCell()

Inicializuje novou instanci LegendCell třídy.

LegendCell(String)

Inicializuje novou instanci LegendCell třídy s text parametrem, který určuje název textu nebo obrázku v buňce.

LegendCell(LegendCellType, String)

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

LegendCell(LegendCellType, String, ContentAlignment)

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

LegendCell()

Inicializuje novou instanci LegendCell třídy.

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

Platí pro

LegendCell(String)

Inicializuje novou instanci LegendCell třídy s text parametrem, který určuje název textu nebo obrázku v buňce.

public:
 LegendCell(System::String ^ text);
public LegendCell (string text);
new System.Windows.Forms.DataVisualization.Charting.LegendCell : string -> System.Windows.Forms.DataVisualization.Charting.LegendCell
Public Sub New (text As String)

Parametry

text
String

stringHodnota, 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 LegendCell třídy se zadaným typem buňky a text parametrem, který určuje název textu nebo obrázku v buňce.

public:
 LegendCell(System::Windows::Forms::DataVisualization::Charting::LegendCellType cellType, System::String ^ text);
public LegendCell (System.Windows.Forms.DataVisualization.Charting.LegendCellType cellType, string text);
new System.Windows.Forms.DataVisualization.Charting.LegendCell : System.Windows.Forms.DataVisualization.Charting.LegendCellType * string -> System.Windows.Forms.DataVisualization.Charting.LegendCell
Public Sub New (cellType As LegendCellType, text As String)

Parametry

cellType
LegendCellType

LegendCellTypeHodnota, která představuje typ buňky legendy, která má být použita.

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 LegendCell třídy se zadaným typem buňky, zarovnáním obsahu a text parametrem, který určuje název textu nebo obrázku v buňce.

public:
 LegendCell(System::Windows::Forms::DataVisualization::Charting::LegendCellType cellType, System::String ^ text, System::Drawing::ContentAlignment alignment);
public LegendCell (System.Windows.Forms.DataVisualization.Charting.LegendCellType cellType, string text, System.Drawing.ContentAlignment alignment);
new System.Windows.Forms.DataVisualization.Charting.LegendCell : System.Windows.Forms.DataVisualization.Charting.LegendCellType * string * System.Drawing.ContentAlignment -> System.Windows.Forms.DataVisualization.Charting.LegendCell
Public Sub New (cellType As LegendCellType, text As String, alignment As ContentAlignment)

Parametry

cellType
LegendCellType

LegendCellTypeHodnota, která představuje typ buňky legendy, která má být použita.

text
String

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

alignment
ContentAlignment

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

Platí pro