# Display a Chart

Aligned Elements can display breakdown charts on a selected set of Document Objects.

In Aligned Element, you can add Charts, modify, copy, rename, and delete them. A chart essentially consists of:&#x20;

* an input set of Document Objects&#x20;
* a number of chart properties

These two in combination yield a Chart to be displayed. Charts can be performed on current Document Objects in the master project and the linked projects.&#x20;

{% hint style="info" %}
Note! Objects from snapshots or from older revisions cannot be included in a Chart.
{% endhint %}

## How to display a Chart

In the **Navigation Bar** entry **Charts**, select the type name for the Chart. In the next view, the left side will display a list of available charts of the type name.&#x20;

<figure><img src="/files/oGqrs0qSLleZ3xpg5s3L" alt=""><figcaption></figcaption></figure>

Selecting a chart name will display the chart definition of the chart on the right side.

To display the actual chart, click **Run**.

<figure><img src="/files/XFklrH4rBl9D52xzLesu" alt=""><figcaption></figcaption></figure>

In the displayed chart, click on a chart section (a bar, slice, or column) to display all Document Objects of the section in a list below the Chart.

## Export a Chart

Select a Chart and click **Export** to export the Chart definition to an xml file. The xml can be used to import the chart in other Projects.

{% hint style="info" %}
Note! The exported file contains the definition of the chart, not the items in the input set or the chart image.
{% endhint %}

## Import a Chart

Click **Import** to select an exported Chart xml definition file and import it. If necessary, adapt the Chart input set after the import is completed.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.aligned.ch/aligned-elements-web-client-user-manual/3.2.287.25450/charts/display-a-chart.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
