Enumeration SeriesHighlightingBehavior

Describes the highlighting mode to use for the series in the chart.

Enumeration Members

Auto: 0

Highlighting behavior is determined by the component.

DirectlyOver: 1

Series are highlighted when the cursor is directly above them.

NearestItems: 2

The nearest items to the cursor will be highlighted.

NearestItemsAndSeries: 4

The nearest items to the cursor will be highlighted, the main shapes of the series closest to the cursor will not be de-emphasized.

NearestItemsRetainMainShapes: 3

The nearest items to the cursor will be highlighted, the main shapes of the series will not be de-emphasized.