LegendCellColumn.ToolTip Property

Definition

Gets or sets the tooltip text for the legend cell column.

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 column. The default value is a zero-length string.

Remarks

If the ToolTip property is set for both a legend item and a legend cell, the legend cell property has precedence.

This property allows you to set special keywords to display different types of chart-related data.

Applies to