Gets or sets the tooltip text.

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
[DefaultValueAttribute("")]
public string TooltipText { get; set; }
Visual Basic
<DefaultValueAttribute("")> _
Public Property TooltipText As String
	Get
	Set

See Also