> For the complete documentation index, see [llms.txt](https://docs.videc.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.videc.de/june5-3.7/en/webanwendung/sichten/diagramme.md).

# Charts

Various diagram types can be created in the views. These include the following types:

* [Line Chart](/june5-3.7/en/webanwendung/sichten/diagramme/liniendiagramm-saeule-balken-punkte-etc..md)

o Line

o Line (Wavy)

o Column

o Bar

o Points

o Step

o Area

o Area (Wavy)

* [Pie Chart](/june5-3.7/en/webanwendung/sichten/diagramme/tortendiagramm.md)
* [Raster Diagram](/june5-3.7/en/webanwendung/sichten/diagramme/rasterdiagramm.md)
* [Sankey Diagram](/june5-3.7/en/webanwendung/sichten/diagramme/sankeydiagramm.md)
* [Frequency Diagram](/june5-3.7/en/webanwendung/sichten/diagramme/haeufigkeitsdiagramm.md)
* [Gauge](/june5-3.7/en/webanwendung/sichten/diagramme/gauge.md)

## Creating

After clicking on the button with the *plus symbol* in the toolbar, a window appears in which the entry *Diagram (Pie Chart, Raster Diagram, Gauge, etc.)* is selected. Subsequently, the desired measurement variables can be added to the diagram in the object list on the left. This is done by clicking on the auxiliary button with three dots to the right of the measurement variables.

## Deleting

To delete a diagram, the auxiliary button with three dots can be pressed in the object list to the right of the diagram. In the following dropdown menu, the delete button appears, recognizable by the *trash icon*. When this is pressed, the diagram is subsequently irrevocably deleted.

## Printing

Printing is described in the chapter [Print](/june5-3.7/en/webanwendung/sichten/drucken.md).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.videc.de/june5-3.7/en/webanwendung/sichten/diagramme.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.
