The DevExpress Sankey for Blazor depicts value flow between two entity sets and ships with the following built-in capabilities:
- Configurable nodes and links
- Customizable node labels
- User interaction options (hover and clicks)
- Export and printing support
- Sankey element customization: title, subtitle, and tooltips.
The component obtains values from a data source (the Data property) and displays them as source and target nodes connected with links. To create nodes and links, specify SourceFieldName, TargetFieldName, and WeightFieldName properties.