Enum EdgeLabelMode
Defines the edge of the data label placement, if exceeds the sparkline area horizontally.
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public enum EdgeLabelMode
Fields
| Name | Description |
|---|---|
| Hide | Specifies edge data label will hide, if exceeds the sparkline area. |
| None | Specifies the edge data label shown as clipped text. |
| Shift | Specifies the edge data label moved inside the sparkline area. |