LegendCell Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy LegendCell.

Przeciążenia

LegendCell()

Inicjuje nowe wystąpienie klasy LegendCell.

LegendCell(String)

Inicjuje nowe wystąpienie klasy z parametrem określającym LegendCell tekst komórki lub nazwę text obrazu.

LegendCell(LegendCellType, String)

Inicjuje nowe wystąpienie klasy z określonym typem komórki i parametrem określającym LegendCell tekst komórki lub nazwę text obrazu.

LegendCell(LegendCellType, String, ContentAlignment)

Inicjuje nowe wystąpienie klasy z określonym typem komórki, wyrównaniem zawartości i parametrem określającym tekst komórki lub LegendCell text nazwę obrazu.

LegendCell()

Inicjuje nowe wystąpienie klasy LegendCell.

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

Dotyczy

LegendCell(String)

Inicjuje nowe wystąpienie klasy z parametrem określającym LegendCell tekst komórki lub nazwę text 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

Wartość string reprezentująca tekst komórki lub nazwę obrazu w zależności od typu komórki.

Dotyczy

LegendCell(LegendCellType, String)

Inicjuje nowe wystąpienie klasy z określonym typem komórki i parametrem określającym LegendCell tekst komórki lub nazwę text 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

Wartość LegendCellType reprezentująca typ komórki legendy, która ma być używana.

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 klasy z określonym typem komórki, wyrównaniem zawartości i parametrem określającym tekst komórki lub LegendCell text 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

Wartość LegendCellType reprezentująca typ komórki legendy, która ma być używana.

text
String

Wartość string reprezentująca tekst komórki lub nazwę obrazu w zależności od typu komórki.

alignment
ContentAlignment

Wartość ContentAlignment reprezentująca wyrównanie zawartości komórki legendy.

Dotyczy