Live Demo — yFiles in Action
30–45 min | Online | No install required
For Developers, Product Mangers & Executives
- Interactive graph visualization in real time
- Integration example
- Live Q&A and next step recommendations
30–45 minutes | 1:1 or team session | Online (Zoom / Teams)
No install required | We show live code
Book a free live demo
Layout without View Demo
This demo shows how to create a graph, run a graph analysis algorithm and calculate a
layout without using a view or the
IGraph API.
There is no interactivity in this demo. The code creates a graph in-memory with nodes and
edges, adds placeholders for labels, creates and configures both a graph analysis
algorithm and a layout algorithm and then runs both algorithms on the graph.
The results of the analysis and the layout as well as the resulting visual properties of
the elements in the graph are then dumped as text to the text-area.
See the sources for details.