Version

CategoryHighlightLayer Class

Represents an annotation layer that targets a category axis, or all category axes in the chart. If the axis contains any series that are aligned between major gridlines of the axis (column, waterfall, etc) this will render a shape that fills the current category. Otherwise it will render a band with an adjustable thickness at the closest gridline to the pointer position. Setting UseIterpolation to true will cause the x position in the latter case to become affixed to the x position of the pointer.
Syntax
'Declaration
 
Public Class CategoryHighlightLayer 
   Inherits AnnotationLayer
public class CategoryHighlightLayer : AnnotationLayer 
Remarks
Setting UseIterpolation to true will cause the x position in the latter case to become affixed to the x position of the pointer.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also