Enum SmartLabelMode
Defines the smart label mode for the data label. Smart label handles the data label text when it exceeds the size of the shape.
Namespace: Syncfusion.Blazor.Maps
Assembly: Syncfusion.Blazor.dll
Syntax
public enum SmartLabelMode
Fields
| Name | Description |
|---|---|
| Hide | Hides the datalabel which exceeds the region. |
| None | Smart label mode is not applied. |
| Trim | Trims the datalabel which exceed the region. |