[]
Use the members of this enumeration to set the value of the Activation property of an DataHighlight object.
public enum HighlightActivationEnum
Name | Description |
---|---|
Click | Highlight is activated when user click on the plotted data. |
Custom | User is responsible for setting active data series and point. |
Disabled | Highlight is disabled. |
MouseOver | Highlight is activated when user moves mouse over the plotted data. |