Enum LabelDisplayType
Specifies the type of label display for the smart legend.
- All:All labels are displayed.
- Edge:Labels will be displayed only at the edges of the legend.
- None:No labels are displayed.
Namespace: Syncfusion.Blazor.HeatMap
Assembly: Syncfusion.Blazor.dll
Syntax
public enum LabelDisplayType
Fields
| Name | Description |
|---|---|
| All | Specifies all Legend label displayed. |
| Edge | Specifies Legend label displayed in edge alone. |
| None | Specifies Legend labels displayed type as none. |