Use the members of this enumeration to set the value
of the SelectAction property of an ChartTooltip object.
Namespace:
C1.Win.C1ChartAssembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Syntax
| C# |
|---|
public enum SelectActionEnum |
| Visual Basic |
|---|
Public Enumeration SelectActionEnum |
Members
| Member name | Value | Description | |
|---|---|---|---|
| MouseOver | 0 | Tooltip is shown when mouse is over the chart element. | |
| Click | 1 | Tooltip is shown when user clicks on the chart element. |