Class HighlightMode
Defines the selection mode. They are:
None - Disable the selection.
Series - To select a series.
Point - To select a point.
Cluster - To select a cluster of point.
Inheritance
System.Object
HighlightMode
Assembly: Syncfusion.EJ2.dll
Syntax
public sealed class HighlightMode : Enum
Fields
Cluster
Declaration
public const HighlightMode Cluster
Field Value
None
Declaration
public const HighlightMode None
Field Value
Point
Declaration
public const HighlightMode Point
Field Value
Series
Declaration
public const HighlightMode Series
Field Value