Gets or sets a value indicating whether the tooltip is enabled.

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

Syntax

C#
[DefaultValueAttribute(false)]
public bool Enabled { get; set; }
Visual Basic
<DefaultValueAttribute(False)> _
Public Property Enabled As Boolean
	Get
	Set

See Also