Use the members of this enumeration to set the value of the SelectAction property of an ChartTooltip object.

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

Syntax

C#
public enum SelectActionEnum
Visual Basic
Public Enumeration SelectActionEnum

Members

Member nameValueDescription
MouseOver0 Tooltip is shown when mouse is over the chart element.
Click1 Tooltip is shown when user clicks on the chart element.

See Also