LegendCell Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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 |
LegendCell(LegendCellType, String) |
Inicializa uma nova instância da classe LegendCell com o tipo de célula especificado e um parâmetro |
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 |
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.Web.UI.DataVisualization.Charting.LegendCell : string -> System.Web.UI.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::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)
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::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)
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.