Enum HighlightMode
Specifies the chart component highlight mode type.
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public enum HighlightMode
Fields
| Name | Description |
|---|---|
| Cluster | Highlights a group of data points in the chart component. |
| None | No highlight mode is applied to the chart component. |
| Point | Highlights individual data points in the chart component. |
| Series | Highlights the entire series in the chart component. |