Use the members of this enumeration to set the value of the Activation property of an DataHighlight object.
[Visual Basic]
Public Enum HighlightActivationEnum
[C#]
public enum HighlightActivationEnum
[Delphi]
type HighlightActivationEnum = (Click, Custom, Disabled, MouseOver);
Namespace: C1.Win.C1Chart
Assembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Members
Member 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. |
See Also
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |