# Line and area charts

Line and area chart visualizations show data on a graph by connecting plotted points with a line. Each point represents a single value in your data. You can drill-down in both chart types by double-clicking on a data point.

A line chart shows just the line connecting the dots on the graph and works well if you have a large amount of data to analyze.

![Line chart](/files/cY6horjIb7UxscausIKU)

An area chart shows an aggregate of your data and helps you spot trends quickly, by showing totals and how they are moving relative to each other.

![Area Chart](/files/AevyGu0ICg0vGmfaeOFK)

| Property         | Definition                                                                                                                                                            | Available In         |
| ---------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------- |
| **Data Labels**  | Use this to label the data features of your report with what is represented. You can also choose to display no data labels, or specify where you want them to appear. | Line and Area Charts |
| **Bullet Style** | Choose the shape that you want to use for your bullets.                                                                                                               | Line charts          |
| **Line Width**   | Specify the width lines on your report.                                                                                                                               | Line charts          |
| **Trend Type**   | Shows a trend type of none or linear. If you choose linear, you can name your trend line and set the width of it.                                                     | Line charts          |


---

# 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.pentaho.com/pba/9.3-analytics/pentaho-analyzer-cp/creating-analyzer-reports/visualizations-for-analyzer/line-area-and-dot-charts.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.
