> For the complete documentation index, see [llms.txt](https://tsdocs.vitaracharts.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tsdocs.vitaracharts.com/readme/invert-axis.md).

# Invert Axis

The Invert Axes option is supported for Column Range, Waterfall, Dumbbell, Bullet, and Sankey charts. This option is available in the Appearance tab of the chart.

By enabling or disabling the Invert Axes option, users can switch the chart orientation between horizontal and vertical, depending on their requirements

Dumbbell

![](https://docs.vitaracharts.com/~gitbook/image?url=https%3A%2F%2F230207405-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252FOuiTPVEbVQnzR38vviPf%252Fuploads%252F3O5K52OQmlXSLmHt2wTA%252Funknown.png%3Falt%3Dmedia%26token%3D9e1c2e32-3f25-4769-8486-67439c520a39\&width=300\&dpr=3\&quality=100\&sign=e14b8909\&sv=2)

Sankey Chart Vertically

![](https://docs.vitaracharts.com/~gitbook/image?url=https%3A%2F%2F230207405-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252FOuiTPVEbVQnzR38vviPf%252Fuploads%252FgmLJfn2Zx5XMuyAH8aSL%252Funknown.png%3Falt%3Dmedia%26token%3Da69e4b96-9941-4009-97a3-34c8eb128e7b\&width=300\&dpr=3\&quality=100\&sign=a91aa7ca\&sv=2)


---

# 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://tsdocs.vitaracharts.com/readme/invert-axis.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.
