# Chart Types

**Bar:** Similar to column charts, but the number of bars can be relatively large. Compared with the column chart, the positions of its two axes are changed.&#x20;

**Column:** Column charts use vertical columns to show numerical comparisons between categories, and the number of columns should not be too large&#x20;

**Line:** A line chart is used to show the change of data over a continuous time interval or time span.&#x20;

**Doughnut:** Is a variation on a Pie chart except it has a round hole in the center which makes it look like a donut.&#x20;

**Pie:** Are widely used in various fields to represent the proportion of different classifications, and to compare various classifications by the arc.&#x20;

**Stacked Column:** A stacked column chart is a basic Excel chart type to allow part-to-whole comparisons over time, or across categories.&#x20;

**Stacked Bar:** A stacked bar graph is a chart that uses bars to show comparisons between categories of data, but with ability to break down and compare parts of a whole.&#x20;

**Stacked Column (%):** Data series are stacked one on top of the other in vertical columns. Stacked column charts can show change over time because it's easy to compare total column lengths.&#x20;

**Stacked Bar (%):** A chart that uses bars to show comparisons between categories of data, but with ability to break down and compare parts of a whole.&#x20;

**Data Table:** Any display of information in tabular form, with rows and/or columns named.


---

# 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://wiki.pptxbuilder.com/basics/chart-settings/chart-types.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.
