LegendCell Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Inicjuje nowe wystąpienie klasy LegendCell.
Przeciążenia
LegendCell() |
Inicjuje nowe wystąpienie klasy LegendCell. |
LegendCell(String) |
Inicjuje LegendCell nowe wystąpienie klasy z parametrem |
LegendCell(LegendCellType, String) |
Inicjuje nowe wystąpienie LegendCell klasy z określonym typem komórki i parametrem |
LegendCell(LegendCellType, String, ContentAlignment) |
Inicjuje LegendCell nowe wystąpienie klasy z określonym typem komórki, wyrównaniem zawartości i parametrem |
LegendCell()
Inicjuje nowe wystąpienie klasy LegendCell.
public:
LegendCell();
public LegendCell ();
Public Sub New ()
Dotyczy
LegendCell(String)
Inicjuje LegendCell nowe wystąpienie klasy z parametrem text
określającym tekst komórki lub nazwę obrazu.
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
string
Wartość reprezentująca tekst komórki lub nazwę obrazu w zależności od typu komórki.
Dotyczy
LegendCell(LegendCellType, String)
Inicjuje nowe wystąpienie LegendCell klasy z określonym typem komórki i parametrem text
określającym tekst komórki lub nazwę obrazu.
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
Wartość LegendCellType reprezentująca typ komórki legendy do użycia.
- text
- String
Wartość ciągu reprezentująca tekst komórki lub nazwę obrazu w zależności od typu komórki.
Dotyczy
LegendCell(LegendCellType, String, ContentAlignment)
Inicjuje LegendCell nowe wystąpienie klasy z określonym typem komórki, wyrównaniem zawartości i parametrem text
określającym tekst komórki lub nazwę obrazu.
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
Wartość LegendCellType reprezentująca typ komórki legendy do użycia.
- text
- String
string
Wartość reprezentująca tekst komórki lub nazwę obrazu w zależności od typu komórki.
- alignment
- ContentAlignment
ContentAlignment Wartość reprezentująca wyrównanie zawartości komórki legendy.