The SankeyChart is a sophisticated graphical component designed used to visualize the flow and distribution of resources, energy, or data between different entities within a system. Ideal for illustrating complex relationships and transfers, the SankeyChart provides a clear and intuitive representation of proportional flows, making it easier to analyze and interpret It displays proportional flows and supports analysis of multi-dimensional data through visual representation.
On this page:
Table of Contents | ||||
---|---|---|---|---|
|
Requirements
This component is Portable, which means it will run both on Windows WPF displays and on Web Pages on any platformcontrol is available only for Windows WPF applications.
Configuration
- Go to Displays / Draw.
- On the In the Components Panel, select Charts, then choose SankeyChart.
- Click or drag-and-drop it on the Drawing area to use itthe component into the drawing area.
- Double-click the object to open the configuration window.
SankeyChart |
---|
Settings | |
---|---|
Field | Description |
Controls the curvature of the links between nodes. A higher value results in more pronounced curves.
Node Thickness
Sets the thickness of the nodes. This value is subject to change based on panel size adjustments.
Node Gap
Defines the gap between nodes. This value is subject to change based on panel size adjustments.
Highlight Opacity
Controls the opacity level for highlighted nodes and links when HighlightBrush is not set.
Show Labels
Determines whether labels are displayed for nodes and links.
Flow Direction | Sets the direction of |
flow |
in the |
diagram.
|
Highlight Mode |
Defines interaction |
for highlighting nodes and links.
|
FirstAndLastLabelPosition
First And Last Label Position | Sets the position of the first and last labels |
.
| |
Show Labels | Enables or disables display of node and link labels. |
Link Curvature | Sets the curvature of links. Range: 0 to 1. Higher values result in more curved links. |
Node Thickness | Sets the thickness of nodes. Value may change with panel size. |
Node |
Gap | Defines spacing between nodes. Value may change with panel size. |
Highlight Opacity | Controls opacity of highlighted elements when no HighlightBrush is set. Range: 0 to 1. |
Node Name | Sets the identifier or label |
of a node |
. |
Node Color |
Sets the color |
of a node. | |
Link From | Defines the source node |
of a link |
. | |
Link To | Defines the target node |
of a link |
. |
Link Weight |
Sets the weight |
of a link, |
which determines its thickness. |
Link Color
Can be a fixed value or an object. |
Runtime Execution
During At runtime, the SankeyChart Control control generates a Sankey diagram based on predefined engineering configurationsthe configured parameters. When the runtime environment is initiatedstarts, the SankeyChart Control applies these configurations to render the corresponding flow diagram. Users can interact with the diagram, which dynamically responds to the configured settings. This allows for consistent visualization and the control renders the diagram according to the defined settings. The diagram supports interaction and dynamically responds to configuration changes, enabling analysis of data flows and relationships within the application, enabling users to monitor and interpret data relationships effectively..
In this section:
Page Tree | ||||
---|---|---|---|---|
|