LegendCell.ToolTip Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the tooltip text for the legend cell.
public:
virtual property System::String ^ ToolTip { System::String ^ get(); void set(System::String ^ value); };
public virtual string ToolTip { get; set; }
member this.ToolTip : string with get, set
Public Overridable Property ToolTip As String
Property Value
A string
value that represents the tooltip for the legend cell. The default value is a zero-length string.
Implements
Remarks
Setting this property will have no effect if the IsMapEnabled property is set to false
. The default value is true
.
Important
To create an image map in this manner, the RenderType property of the Chart object must be set to ImageTag. It is possible to create an image map when using binary streaming, but another technique must be used.
If the ToolTip
property is set for both a legend item and a legend cell, the legend cell property has precedence.
This ToolTip property allows you to set special keywords to display different types of chart-related data.
To create image maps that have user-defined coordinates, use the MapAreas property of the root Chart object.