The Results Pane displays the results of the executed query.

Interactive overlays on the Results Pane include:

| Icon | Name | Functionality |
|---|---|---|
![]() | List | Displays query results in a List view. This is the default view for results of types NODE, EDGE, TABLE, and ATTR. |
![]() | 2D | Displays query results in a 2D Graph view, which is the default view for results of type PATH. You can use the Layouts tool to switch to other layouts. |
![]() | Layouts | Sets the layout of the 2D Graph view, including Force-direct, Tree, Dagre, ELK, and Circular. Learn more about layouts |
![]() | 3D | Displays query results in a 3D Graph view, which is the default view for results of type PATH when the number of nodes exceeds 200. The 3D view adds depth and spatial positioning to nodes and edges, reducing overlaps compared to the 2D view. |
![]() | Map | Displays query results in a Map view. This is available only when NODE or PATH results include nodes with properties of the point type. |
![]() | Style | Customizes the style of nodes and edges in the graph. Learn more about style |
![]() | Search | Performs a fuzzy search for nodes whose specified property values are approximately equal to the given string. The matching algorithm uses a threshold of 0.3, where 0.0 requires a perfect match and 1.0 matches anything. |
![]() | Filter | Finds nodes and edges in the query results with the specified rules. |
![]() | Export | Exports the query result as JSON, PNG, or XLSX. |
![]() | Split Screen | Splits the Results Pane into two panes. |
![]() | Query Stats | Displays the query's execution time (in milliseconds) and the number of records returned. |

The layout of a graph visualization refers to how nodes are positioned, and edges are routed within the graph. Each layout has distinct characteristics that can help convey different aspects of the data. Ultipa Manager provides the following layouts for visualizing graphs in the 2D view:
Force-directed: This layout simulates physical forces—nodes repel each other while edges pull connected nodes together—until a balanced state is reached. It reveals community structures in the graph. However, its iterative nature makes it computationally intensive, especially for large graphs.
Tree: This layout is designed for tree structures, organizing nodes in a hierarchical, branching pattern. It supports non-layered arrangements, making it ideal for displaying clear parent-child relationships. While efficient and easy to read, it is limited to acyclic graphs without shared children.
Dagre: This layout is tailored for Directed Acyclic Graphs (DAGs) and arranges nodes in layered ranks to emphasize flow direction. It minimizes edge crossings to improve readability, making it well-suited for workflows, dependency graphs, and other structured, directional data.
Eclipse Layout Kernel (ELK): This is a flexible layout engine that supports multiple strategies, including layered (like Dagre), orthogonal, force-directed, and tree-based layouts. It is well-suited for large, complex graphs where layout customization, advanced edge routing, and fine-tuned control are required.
Circular: This layout arranges all nodes evenly along the circumference of a circle, with edges drawn as straight lines between them. It provides a symmetrical view that highlights central or highly connected nodes but can become visually cluttered as graph size and edge density increase.
In the Graph view, you can apply styles to nodes and edges, customizing their color, size, shape, and text labels for better clarity and emphasis.
NOTEStyles created by different users in the same database are shared.
NOTEIf no custom style is applied, a default style is used, which assigns distinct colors to nodes and edges based on their respective schemas.
You can apply a style by selecting its checkbox:

Click Style > Create to define a new style. You may optionally name the style and add node and edge styles.
For each node or edge style, you can specify the applicable schemas and properties. Then,
NOTEIf you choose Image or Circular Image as the node shape, make sure the image URLs are stored in the specified node property.
If multiple node or edge styles are added, those listed lower in the order take precedence over those above. You can adjust the order by dragging and dropping the corresponding style cards.
Click Style > Export to export all styles as a .txt file. You can import this file into another database to transfer or back up style configurations.
The canvas that displays the query results supports various operations for interacting with the graph:
Hover over a node or an edge to view its schema and properties:

Select (left-click) a node to access options for spreading from it:

Right-click a node to open a menu with the following options:

Select (left-click) an edge to access the following options:

Right-click empty area on the canvas to open the canvas menu with the following options:
Ctrl key to select multiple nodes in the canvas and collapse them into a single representation. Click Expand Nodes to restore the original individual nodes.
When NODE or PATH results include nodes or edges with properties of the timestamp or datetime type, the Open timeline button becomes available at the bottom-left of the canvas in the Graph view. This feature allows you to visualize how your data evolves over time.
The timeline range is determined by the minimum and maximum values of the properties selected under Settings > Select time properties. By default, the full range is selected, but you can adjust it by dragging the two handles. The selected slice filters the canvas to show only data whose properties fall within that range. Click Play to automatically move the slice across the timeline; the playback speed is controlled by the Settings > Playback Duration.

Meanwhile, you have the option to display or hide nodes and edges with No time property and Empty time property under Settings.