Enum HighlightMode
Specifies the chart component highlight mode type.
Namespace: Syncfusion.Blazor.Chart3D
Assembly: Syncfusion.Blazor.dll
Syntax
public enum HighlightMode
Fields
| Name | Description |
|---|---|
| Cluster | Defines the cluster highlight mode of the chart component. |
| None | Defines the none highlight mode of the chart component. |
| Point | Defines the point highlight mode of the chart component. |
| Series | Defines the series highlight mode of the chart component. |