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
Defines the cluster highlight mode of the chart component.
Declaration
public const HighlightMode Cluster
Field Value
Type |
---|
HighlightMode |
None
Defines the none highlight mode of the chart component.
Declaration
public const HighlightMode None
Field Value
Type |
---|
HighlightMode |
Point
Defines the point highlight mode of the chart component.
Declaration
public const HighlightMode Point
Field Value
Type |
---|
HighlightMode |
Series
Defines the series highlight mode of the chart component.
Declaration
public const HighlightMode Series
Field Value
Type |
---|
HighlightMode |