LegendCellColumn Classe
Definição
Representa uma coluna de célula em uma legenda, que é usada para estender a funcionalidade da legenda padrão.Represents a cell column in a legend, which is used to extend the functionality of the default legend.
public ref class LegendCellColumn : System::Web::UI::DataVisualization::Charting::ChartNamedElement, System::Web::UI::DataVisualization::Charting::IChartMapArea
public class LegendCellColumn : System.Web.UI.DataVisualization.Charting.ChartNamedElement, System.Web.UI.DataVisualization.Charting.IChartMapArea
type LegendCellColumn = class
inherit ChartNamedElement
interface IChartMapArea
Public Class LegendCellColumn
Inherits ChartNamedElement
Implements IChartMapArea
- Herança
- Implementações
Comentários
Qualquer número de colunas de célula pode ser colocado em qualquer ordem, o que oferece a flexibilidade para estender as capacidades das entradas de legenda padrão.Any number of cell columns can be placed in any order, which gives you the flexibility to extend the abilities of the default legend entries.
As colunas de célula da legenda só são aplicáveis a itens que são gerados automaticamente a partir de séries ou pontos de dados.The legend cell columns are only applicable to items that are automatically generated from series or data points.
Construtores
| LegendCellColumn() |
Inicializa uma nova instância da classe LegendCellColumn.Initializes a new instance of the LegendCellColumn class. |
| LegendCellColumn(String, LegendCellColumnType, String) |
Inicializa uma nova instância da classe LegendCellColumn com o texto de cabeçalho, o tipo de coluna e o texto da célula de coluna especificados.Initializes a new instance of the LegendCellColumn class with the specified header text, column type and column cell text. |
| LegendCellColumn(String, LegendCellColumnType, String, ContentAlignment) |
Inicializa uma nova instância da classe LegendCellColumn com o texto de cabeçalho, o tipo de coluna, o texto de célula de coluna e alinhamento do conteúdo especificados.Initializes a new instance of the LegendCellColumn class with the specified header text, column type, column cell text and content alignment. |
Propriedades
| Alignment |
Obtém ou define o alinhamento do conteúdo da coluna de legenda.Gets or sets the legend column content alignment. |
| BackColor |
Obtém ou define a cor da tela de fundo da coluna da célula de legenda.Gets or sets the background color of the legend cell column. |
| ColumnType |
Obtém ou define o tipo de coluna da célula de legenda.Gets or sets the legend cell column type. |
| Font |
Obtém ou define a fonte para o texto da coluna de legenda.Gets or sets the font for the legend column text. |
| ForeColor |
Obtém ou define a cor do texto da coluna da célula da legenda.Gets or sets the text color of the legend cell column. |
| HeaderAlignment |
Obtém ou define o alinhamento horizontal do texto do cabeçalho de coluna da célula de legenda.Gets or sets the horizontal text alignment of the legend cell column header. |
| HeaderBackColor |
Obtém ou define a cor da tela de fundo para o cabeçalho de coluna da célula de legenda.Gets or sets the background color for the legend cell column header. |
| HeaderFont |
Obtém ou define a fonte usada no cabeçalho da coluna de legenda.Gets or sets the font used in the legend column header. |
| HeaderForeColor |
Obtém ou define a cor do texto de cabeçalho de coluna da legenda (propriedade HeaderText).Gets or sets the color of the legend column header text (HeaderText property). |
| HeaderText |
Obtém ou define o texto do cabeçalho de coluna da célula da legenda.Gets or sets the text for the legend cell column header. |
| Legend |
Obtém a legenda à qual essa coluna de célula de legenda pertence.Gets the legend in which this legend cell column belongs to. |
| MapAreaAttributes |
Obtém ou define os atributos de área de mapa da coluna de célula de legenda.Gets or sets the map area attributes of the legend cell column. |
| Margins |
Obtém ou define as margens da coluna de célula de legenda.Gets or sets the margins of the legend cell column. |
| MaximumWidth |
Obtém ou define a largura máxima da coluna da célula da legenda.Gets or sets the maximum width of the legend cell column. |
| MinimumWidth |
Obtém ou define a largura mínima da coluna da célula da legenda.Gets or sets the minimum width of the legend cell column. |
| Name |
Obtém ou define o nome da coluna da célula da legenda.Gets or sets the name of the legend cell column. |
| PostBackValue |
Obtém ou define o valor de postback que pode ser processado em um evento Click .Gets or sets the postback value that can be processed on a Click event. |
| SeriesSymbolSize |
Obtém ou define o tamanho do símbolo de série exibido em uma coluna de célula de legenda.Gets or sets the size of the series symbol displayed in a legend cell column. |
| Tag |
Obtém ou define um objeto associado a esse elemento do gráfico.Gets or sets an object associated with this chart element. (Herdado de ChartElement) |
| Text |
Obtém ou define o texto da coluna da célula da legenda.Gets or sets the text of the legend cell column. |
| ToolTip |
Obtém ou define o texto de dica de ferramenta para a coluna da célula da legenda.Gets or sets the tooltip text for the legend cell column. |
| Url |
Obtém ou define o destino de URL das colunas de célula da legenda geradas automaticamente de um ponto de dados ou série.Gets or sets the URL target of the legend cell columns automatically generated from a series or data point. |
Métodos
| Dispose() |
Libera os recursos usados pelo ChartElement.Releases the resources used by the ChartElement. (Herdado de ChartElement) |
| Dispose(Boolean) |
Libera os recursos não gerenciados usados pelo LegendCellColumn e opcionalmente libera os recursos gerenciados.Releases the unmanaged resources used by the LegendCellColumn and optionally releases the managed resources. |
| Equals(Object) |
Determina se o Object especificado é igual ao ChartElement atual.Determines whether the specified Object is equal to the current ChartElement. (Herdado de ChartElement) |
| GetHashCode() |
Retorna uma função de hash para um tipo específico.Returns a hash function for a particular type. (Herdado de ChartElement) |
| GetType() |
Obtém o Type da instância atual.Gets the Type of the current instance. (Herdado de Object) |
| MemberwiseClone() |
Cria uma cópia superficial do Object atual.Creates a shallow copy of the current Object. (Herdado de Object) |
| ShouldSerializeMargins() |
Determina se a propriedade deve ser serializada.Determines whether the property should be serialized. Somente para uso interno.For internal use only. |
| ToString() |
Retorna uma cadeia de caracteres que representa o Object atual.Returns a string that represents the current Object. (Herdado de ChartElement) |