Class 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.
Inheritance
System.Object
SmartLabelMode
Namespace: Syncfusion.Blazor.Maps
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class SmartLabelMode : Enum
Fields
Hide
Hides the datalabel which exceeds the region.
Declaration
public const SmartLabelMode Hide
Field Value
Type |
---|
SmartLabelMode |
None
Smart label mode is not applied.
Declaration
public const SmartLabelMode None
Field Value
Type |
---|
SmartLabelMode |
Trim
Trims the datalabel which exceed the region.
Declaration
public const SmartLabelMode Trim
Field Value
Type |
---|
SmartLabelMode |