Vue Sankey - label
overlappingBehavior
You can set this property to rearrange two overlapping labels. It accepts the following values:
"ellipsis"
Adds ellipsis to one label to leave more space for the other."hide"
Hides one label."none"
Leaves labels overlapped.
Use the SankeyLabelOverlappingBehavior
enum to specify this property when the UI component is used as an ASP.NET MVC 5 Control or a DevExtreme-Based ASP.NET Core Control. This enum accepts the following values: Ellipsis
, Hide
, and None
.
If you have technical questions, please create a support ticket in the DevExpress Support Center.