Title.ToolTip 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定標題的工具提示。
public:
property System::String ^ ToolTip { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Bindable(true)]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)]
public string ToolTip { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)>]
member this.ToolTip : string with get, set
Public Property ToolTip As String
屬性值
string
值,表示標題的工具提示。
實作
- 屬性
備註
如果您設定 ToolTip 屬性,將會自動建立用戶端影像對應。 也會建立地圖區域,並將其 Title 屬性設定為指定的工具提示字串。 地圖區域將使用對應至標題的維度。
如果屬性設定為 false
,則 IsMapEnabled 設定這個屬性不會有任何作用。 預設值是 true
。
重要
若要以這種方式建立影像對應, RenderType 物件的 屬性 Chart 必須設定為 ImageTag 。 使用二進位串流時,可以建立影像對應,但必須使用另一種技術。