Compartilhar via


LegendCell Construtores

Definição

Inicializa uma nova instância da classe LegendCell.

Sobrecargas

LegendCell()

Inicializa uma nova instância da classe LegendCell.

LegendCell(String)

Inicializa uma nova instância da classe LegendCell com um parâmetro text que especifica o nome da imagem ou o texto da célula.

LegendCell(LegendCellType, String)

Inicializa uma nova instância da classe LegendCell com o tipo de célula especificado e um parâmetro text que especifica o nome da imagem ou o texto da célula.

LegendCell(LegendCellType, String, ContentAlignment)

Inicializa uma nova instância da classe LegendCell com o tipo de célula, o alinhamento de conteúdo e um parâmetro text especificados que indicam o nome da imagem ou o texto da célula.

LegendCell()

Inicializa uma nova instância da classe LegendCell.

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

Aplica-se a

LegendCell(String)

Inicializa uma nova instância da classe LegendCell com um parâmetro text que especifica o nome da imagem ou o texto da célula.

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)

Parâmetros

text
String

Um valor de string que representa o nome da imagem ou texto da célula, dependendo do tipo de célula.

Aplica-se a

LegendCell(LegendCellType, String)

Inicializa uma nova instância da classe LegendCell com o tipo de célula especificado e um parâmetro text que especifica o nome da imagem ou o texto da célula.

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)

Parâmetros

cellType
LegendCellType

Um valor LegendCellType que representa o tipo de célula de legenda a ser usado.

text
String

Um valor de cadeia de caracteres que representa o nome da imagem ou texto da célula, dependendo do tipo de célula.

Aplica-se a

LegendCell(LegendCellType, String, ContentAlignment)

Inicializa uma nova instância da classe LegendCell com o tipo de célula, o alinhamento de conteúdo e um parâmetro text especificados que indicam o nome da imagem ou o texto da célula.

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)

Parâmetros

cellType
LegendCellType

Um valor LegendCellType que representa o tipo de célula de legenda a ser usado.

text
String

Um valor de string representando o nome da imagem ou texto da célula, dependendo do tipo de célula.

alignment
ContentAlignment

Um valor ContentAlignment que representa o alinhamento do conteúdo da célula de legenda.

Aplica-se a