CustomLabel.ToolTip Property

.NET Framework (current version)
 

Gets or sets the custom label tooltip text.

Namespace:   System.Web.UI.DataVisualization.Charting
Assembly:  System.Web.DataVisualization (in System.Web.DataVisualization.dll)

[<PersistenceModeAttribute(PersistenceMode.Attribute)>]
[<BindableAttribute(true)>]
abstract ToolTip : string with get, set
[<PersistenceModeAttribute(PersistenceMode.Attribute)>]
[<BindableAttribute(true)>]
override ToolTip : string with get, set

Property Value

Type: System.String

A string that represents the tooltip text.

.NET Framework
Available since 4.0
Return to top
Show: