Class HighlightMode
Specifies the chart component highlight mode type.
Inheritance
System.Object
HighlightMode
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class HighlightMode : Enum
Fields
Cluster
Highlights a group of data points in the chart component.
Declaration
public const HighlightMode Cluster
Field Value
Type |
---|
HighlightMode |
None
No highlight mode is applied to the chart component.
Declaration
public const HighlightMode None
Field Value
Type |
---|
HighlightMode |
Point
Highlights individual data points in the chart component.
Declaration
public const HighlightMode Point
Field Value
Type |
---|
HighlightMode |
Series
Highlights the entire series in the chart component.
Declaration
public const HighlightMode Series
Field Value
Type |
---|
HighlightMode |