Use the members of this enumeration to set the value
of the Activation property of an DataHighlight object.
Namespace:
C1.Win.C1ChartAssembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Syntax
C# |
---|
public enum HighlightActivationEnum |
Visual Basic |
---|
Public Enumeration HighlightActivationEnum |
Members
Member name | Value | Description | |
---|---|---|---|
Disabled | 0 | Highlight is disabled. | |
Custom | 1 | User is responsible for setting active data series and point. | |
MouseOver | 2 | Highlight is activated when user moves mouse over the plotted data. | |
Click | 3 | Highlight is activated when user click on the plotted data. |