Tooltip Property (Series)
In This Topic
Gets or sets the tooltip template for the series.
Syntax
'Declaration
<C1DescriptionAttribute("Series.Tooltip", "Gets or sets the tooltip template for the series.")>
Public Property Tooltip As String
[C1Description("Series.Tooltip", "Gets or sets the tooltip template for the series.")]
public string Tooltip {get; set;}
See Also