StripLine.ToolTip Property
.NET Framework (current version)
Gets or sets the tooltip of a strip line.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
<BindableAttribute(True)> <PersistenceModeAttribute(PersistenceMode.Attribute)> Public Property ToolTip As String
Implements
IChartMapArea.ToolTipIf you set this property, a client-side image map will automatically be created, and a map area will be created with the Title attribute set to the specified tooltip string. The map area will use the dimensions that correspond to the strip line.
Setting this property will have no effect if the IsMapEnabled property is set to false. The default value is true.
.NET Framework
Available since 4.0
Available since 4.0
Show: