Use the members of this enumeration to set the value of the Activation property of an DataHighlight object.

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

Syntax

C#
public enum HighlightActivationEnum
Visual Basic
Public Enumeration HighlightActivationEnum

Members

Member nameValueDescription
Disabled0 Highlight is disabled.
Custom1 User is responsible for setting active data series and point.
MouseOver2 Highlight is activated when user moves mouse over the plotted data.
Click3 Highlight is activated when user click on the plotted data.

See Also