Annotation.ToolTip Propriedade
Definição
Obtém ou define o texto da dica de ferramenta de uma anotação.Gets or sets the tooltip text for an annotation.
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 o texto da dica de ferramenta para uma anotação.A string value that represents the tooltip text for an annotation.
Comentários
Palavras-chave especiais podem ser usadas no texto quando uma anotação é ancorada a um ponto de dados usando a AnchorDataPoint propriedade.Special keywords can be used in the text when an annotation is anchored to a data point using the AnchorDataPoint property.