RadzenSankeyDiagram requires Data, SourceProperty, TargetProperty, and ValueProperty to display flow data.
Use the ColorScheme property to choose from built-in color palettes that automatically style nodes and links.
Control node layout with NodeAlignment (Justify, Left, Right, Center), NodeWidth, and NodePadding.
Define custom colors for individual nodes and links using the NodeFills and LinkFills properties.
Customize tooltip appearance and content with ValueFormatter, ValueText, IncomingText, OutgoingText, FlowText, and TooltipStyle.
Toggle flow animations with the Animated property to visualize data movement through the diagram.
When you want to show how a quantity flows and divides between stages - traffic from sources to pages, money from income to spending - with the band widths carrying the magnitude.
A list of links, each with a source node, a target node, and a value. The diagram lays out the nodes and sizes the connecting bands by value.
It handles a fair number, but very dense flows get hard to read; group small flows or split the diagram when it gets crowded.
Radzen Blazor Components, © 2018-2026 Radzen.
Source Code licensed under
MIT