> For the complete documentation index, see [llms.txt](https://inscada.gitbook.io/ins/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://inscada.gitbook.io/ins/en-1/user-interface/trend-graphics.md).

# Trend Graphics

Trend Graphs is the screen that you define under projects, where you can review trends in real time or retrospectively.

![Figure 1 : Trends](https://blobscdn.gitbook.com/v0/b/gitbook-28427.appspot.com/o/assets%2F-LLGnZudlzfM63QD-_cp%2F-Ll1tshfCwI2M4bv9Bf3%2F-Ll1tvCQh-hlOv3qcTtP%2FTrends.png?alt=media\&token=96768590-c9cc-422b-8e3f-c0e05fb02a99)

As shown in Figure 1, we see the Trend Graph of the trend variable in the middle of the picture. In the grid below, we see the following values of the variables in the selected time period;

* Min
* Max
* Avg
* Sum
* Count
* First
* Last
* Integral
* Max Difference.

Through the settings form on the right side, we can change the view and filter parameters of the graph and change the appearance of our graph.

## Trend Settings

#### Projects

The project is selected.

#### Trends

The defined trend is selected for the project.

#### Live

In Live On, the data is received from the communication channel and monitored in real time. In the case of Live Off, historical data are retrieved from the database and monitored.

#### Start Date

It is active in Live Off state. This is the start time of the data you want to retrieve from the database.

#### End Date

It is active in Live Off state. The end time of the data you want to fetch from the database.

#### Interval (Seconds)

It is active in Live Off state. This is the period during which the data you want to retrieve from the database is sampled from the database when it is displayed. Minimum 1 sec. Your data may have been sampled in less than 1 second in your database. inSCADA shows the relevant data in 1 sec. groups and displays the average of the group. This means that it is unlikely that you will be able to monitor data for a 1-year interval with a 1-second interval. Bringing millions of data to the screen and the resulting graphics will not make much sense. Therefore, you can optimize your queries by changing the interval value.

{% hint style="info" %}
Using the tools on the trend screen, you can export your data to a printer or even print to a PDF file. Don't forget to try the tools on the screen with your mouse for detailed analysis. (Such as Zoom and Span settings).
{% endhint %}

{% hint style="info" %}
You can also use the Variable History section for more detailed analysis of the data in your database.
{% endhint %}

{% hint style="info" %}
If you need a BI tool, you should check out inSCADA Enterprise.
{% endhint %}


---

# 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, and the optional `goal` query parameter:

```
GET https://inscada.gitbook.io/ins/en-1/user-interface/trend-graphics.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
