Annotation.ToolTip 属性

定义

获取或设置批注的工具提示文本。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

属性值

String

一个 string 值,该值表示批注的工具提示文本。A string value that represents the tooltip text for an annotation.

实现

注解

使用属性将批注定位到数据点时,可在文本中使用特殊关键字 AnchorDataPointSpecial keywords can be used in the text when an annotation is anchored to a data point using the AnchorDataPoint property.

适用于