Version

CategoryItemHighlightLayer Class

Represents an annotation layer that highlights items in a series that use a category axis either by drawing a banded shape at their position, or by rendering a marker at their position. Depending on the type of series, the default highlight will be affected. To override the type of highlight used, you can set the HighlightType property.
Syntax
'Declaration
 
Public Class CategoryItemHighlightLayer 
   Inherits AnnotationLayer
public class CategoryItemHighlightLayer : AnnotationLayer 
Remarks
Depending on the type of series, the default highlight will be affected. To override the type of highlight used, you can set the HighlightType property.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, 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