# Multiple Y-Axis Columns

The Multiple Y-Axis feature is available on Bar, Line, Area and Scatter (No Aggregation) charts. You can assign multiple columns to Y-Axis on those charts.

## How to Add Y-Axis

For charts that support Multiple Y-Axis, you see the plus ("+") sign right next to the "Y Axis:" label.

![](/files/-M4oNBrs5ts_PvJeW81b)

You can click that plus sign to add another Y-Axis to the chart.

![](/files/-M4oNBrwvRPWmxWeBHh3)

You can click more to add more Y-Axises up to 5.

## How to Remove Y-Axis

You can remove unnecessary Y-Axis by clicking the dropdown menu from on the target Y-Axis and selecting `Delete` item.

![](/files/-M4oNBrwvRPWmxWeBHh3)

Note that you cannot remove Y1-Axis.

## Color

You cannot assign multiple columns to Y-Axis and a column for Color at the same time. As soon as you assign multiple columns to Y-Axis, the column assignment for Color will be removed if there's any, and Color control will be disabled.

But you can still change the color scheme from the Color dialog. See [Color](/visualization/features/color.md) section for the detail about Color.


---

# 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.exploratory.io/visualization/features/multi-y.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.
