In This Topic
Gets or sets the ShowTooltip.
Syntax
'Declaration
Public Property ShowTooltip As Boolean
'Usage
Dim instance As ChartBase
Dim value As Boolean
instance.ShowTooltip = value
value = instance.ShowTooltip
public bool ShowTooltip {get; set;}
See Also