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
public class CategoryItemHighlightLayer : AnnotationLayer, Xamarin.Forms.IElementController  
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: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also