SeriesHighlightingBehavior
Describes the highlighting mode to use for the series in the chart.
Enumeration Members
Section titled "Enumeration Members"DirectlyOver
Section titled "DirectlyOver"Series are highlighted when the cursor is directly above them.
DirectlyOver = 1 NearestItems
Section titled "NearestItems"The nearest items to the cursor will be highlighted.
NearestItems = 2 NearestItemsAndSeries
Section titled "NearestItemsAndSeries"The nearest items to the cursor will be highlighted, the main shapes of the series closest to the cursor will not be de-emphasized.
NearestItemsAndSeries = 4 NearestItemsRetainMainShapes
Section titled "NearestItemsRetainMainShapes"The nearest items to the cursor will be highlighted, the main shapes of the series will not be de-emphasized.
NearestItemsRetainMainShapes = 3