The SankeyChart is a sophisticated graphical component designed 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 multi-dimensional data.
On this page:
Requirements
This component is Portable, which means it will run both on Windows WPF displays and on Web Pages on any platform.
Configuration
- Go to Displays / Draw.
- On the Components Panel, select Charts, then SankeyChart.
- Click or drag-and-drop it on the Drawing area to use it.
- Double-click the object to open the configuration window.
Bar Chart Settings | |
---|---|
Field | Description |
Control Name | Specifies the name of the SankeyChart control. Used to identify the control within the application. |
Link Curvature | 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 the flow within the SankeyDiagram.
|
Highlight Mode | Determines the interaction mode for highlighting nodes and links.
|
FirstAndLastLabelPosition | Specifies the position of the first and last labels in the diagram;
|
Node Name | Specifies the identifier or label for a node in the Sankey diagram. |
Node Color | Determines the color used to represent the node. |
Link From | Defines the source node for a link in the diagram. |
Link To | Defines the target node for a link in the diagram. |
Link Weight | Specifies the weight or magnitude of a link, affecting its thickness. |
Link Color | Determines the color used to represent a link. |
Runtime Execution
During runtime, the SankeyChart Control generates a Sankey diagram based on predefined engineering configurations. When the runtime environment is initiated, 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 analysis of data flows within the application, enabling users to monitor and interpret data relationships effectively.
In this section: