LegendCellColumn.ToolTip Propriedade
Definição
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.
public:
virtual property System::String ^ ToolTip { System::String ^ get(); void set(System::String ^ value); };
public virtual string ToolTip { get; set; }
member this.ToolTip : string with get, set
Public Overridable Property ToolTip As String
Valor da propriedade
Um string valor que representa a dica de ferramenta para a coluna de célula da legenda.A string value that represents the tooltip for the legend cell column. O valor padrão é uma cadeia de comprimento zero.The default value is a zero-length string.
Implementações
Comentários
Definir essa propriedade não terá efeito se a IsMapEnabled propriedade for definida como false .Setting this property will have no effect if the IsMapEnabled property is set to false. O valor padrão é true.The default value is true.
Importante
Para criar um mapa de imagem dessa maneira, a RenderType Propriedade do Chart objeto deve ser definida como ImageTag .To create an image map in this manner, the RenderType property of the Chart object must be set to ImageTag. É possível criar um mapa de imagem ao usar o streaming binário, mas outra técnica deve ser usada.It is possible to create an image map when using binary streaming, but another technique must be used.
Se a ToolTip propriedade for definida para um item de legenda e uma célula de legenda, a propriedade de célula de legenda terá precedência.If the ToolTip property is set for both a legend item and a legend cell, the legend cell property has precedence.
Essa ToolTip propriedade permite que você defina palavras-chave especiais para exibir diferentes tipos de dados relacionados ao gráfico.This ToolTip property allows you to set special keywords to display different types of chart-related data.
Para criar mapas de imagem que têm coordenadas definidas pelo usuário, use a MapAreas Propriedade do Chart objeto raiz.To create image maps that have user-defined coordinates, use the MapAreas property of the root Chart object.