Specifies a tooltip for the MapArea.

Namespace:  C1.Web.C1WebChartBase
Assembly:  C1.Web.C1WebChart.2 (in C1.Web.C1WebChart.2.dll)

Syntax

C#
[DefaultMapAreaAttribute]
[DefaultValueAttribute("")]
[RefreshPropertiesAttribute(RefreshProperties.Repaint)]
public string Tooltip { get; set; }
Visual Basic
<DefaultMapAreaAttribute> _
<DefaultValueAttribute("")> _
<RefreshPropertiesAttribute(RefreshProperties.Repaint)> _
Public Property Tooltip As String
	Get
	Set

Remarks

Each MapArea can have a tooltip string specified. The tooltip appears when the end-user scrolls over the appointed MapArea. The string is automatically HTML encoded as appropriate and appears as the value of the <AREA> tag Title attribute. There are special entries for Tooltip entries that will be translated by the chart.

See Also