This documentation is archived and is not being maintained.
StripLine::ToolTip Property
Visual Studio 2010
Gets or sets the tooltip of a strip line.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
[PersistenceModeAttribute(PersistenceMode::Attribute)] [BindableAttribute(true)] public: virtual property String^ ToolTip { String^ get () sealed; void set (String^ value) sealed; }
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.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: