> For the complete documentation index, see [llms.txt](https://docs.bdb.ai/bdb-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bdb.ai/bdb-documentation/data-visualization/governed-dashboards/charts-gallery/common-chart-properties/x-and-y-axis-properties.md).

# X & Y Axis Properties

{% hint style="success" %}
*Check out the given walk-through on how to modify the X and Y Axis based on their properties on the Designer charts.*&#x20;
{% endhint %}

<figure><img src="/files/cSoSZIDWGazMgkY2eHC7" alt=""><figcaption></figcaption></figure>

The user can modify the default display of the X and Y Axis and the Axis title description by using the given properties.

Default X Axis Properties

<figure><img src="/files/1xPq36wf1LPGE0IwZK22" alt=""><figcaption></figcaption></figure>

Modified X Axis Properties

<figure><img src="/files/oWSvjCZVnwhXqKiYYTm3" alt=""><figcaption></figcaption></figure>

Default Y Axis Properties

<figure><img src="/files/E3U1QFQvm7Qwpo1un1OD" alt=""><figcaption></figcaption></figure>

Modified Y Axis Properties

<figure><img src="/files/TO1iv4frIdHVgZG57Gmw" alt=""><figcaption></figcaption></figure>

{% hint style="success" %} <mark style="color:green;">Pre-requisite:</mark> To get data preview of any chart it is required to associate a data connection with the selected/ dragged charting component. To know how to create a Data Connection refer the [*<mark style="color:blue;">**Establishing a Data Connection**</mark>*](/bdb-documentation/data-visualization/governed-dashboards/connecting-to-a-data-source/establishing-a-data-connection.md) section.
{% endhint %}

Data preview with the modified X & Y Axis for a Bar chart

<figure><img src="/files/ZL7cHX0DNkWGCLth7cm7" alt=""><figcaption></figcaption></figure>


---

# 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://docs.bdb.ai/bdb-documentation/data-visualization/governed-dashboards/charts-gallery/common-chart-properties/x-and-y-axis-properties.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.
