[]
        
(Showing Draft Content)

C1.Win.C1Chart.HighlightActivationEnum

HighlightActivationEnum Enum

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.4.8.dll
Syntax
public enum HighlightActivationEnum

Fields

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.