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