Tooltip Property (Series)
In This Topic
Gets or sets the tooltip template string for the series.
Syntax
'Declaration
Public Property Tooltip As String
'Usage
Dim instance As Series
Dim value As String
instance.Tooltip = value
value = instance.Tooltip
public string Tooltip {get; set;}
public:
property String^ Tooltip {
String^ get();
void set ( String^ value);
}
See Also