Enum LabelOverflow
Specifies text overflow options when the text overflowing the container. They are: Ellipsis - Specifies an ellipsis (“...â€) to the clipped text. clip - Specifies to break a word once it is too long to fit on a line by itself.
Namespace: Syncfusion.EJ2.Charts
Assembly: Syncfusion.AspNetMvc.Charts.dll
Syntax
public enum LabelOverflow
Fields
| Name |
|---|
| Clip |
| Ellipsis |