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 za pomocą parametru |
LegendCell(LegendCellType, String) |
Inicjuje nowe wystąpienie LegendCell klasy z określonym typem komórki i parametrem |
LegendCell(LegendCellType, String, ContentAlignment) |
Inicjuje nowe wystąpienie LegendCell 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 za pomocą parametru text
określającego tekst komórki lub nazwę obrazu.
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
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::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
LegendCellType Wartość 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 nowe wystąpienie LegendCell 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::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
LegendCellType Wartość reprezentująca typ komórki legendy do użycia.
- text
- String
Wartość string
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.