# Zooming In & Out

Being able to swiftly zoom in and out is essential for traders who need to fine-tune their analysis by adjusting the level of detail on their charts.

#### Here are the key components for zooming in and out:

* **Chart Area:** The chart area is where you will be focusing on price movements.
* **Toolbar:** You’ll find buttons for zooming in and out along with other tools for drawing and analyzing data.
* **Price Panels:** Located on the right side of your chart, the price panel can be adjusted by scrolling over it to zoom into the price range.

### Zooming (*with mouse*)

* To zoom in, scroll the mouse wheel forward (towards you).
* To zoom out, scroll the mouse wheel backward (away from you).

This is the quickest and most intuitive way to zoom in and out on TradingView charts.

### Zooming (*with keyboard shortcuts*)

<details>

<summary>On Windows</summary>

Hold down the <mark style="color:green;">**CTRL key and scroll your mouse wheel**</mark> to zoom in or out.

</details>

<details>

<summary>On Mac</summary>

Hold down the <mark style="color:green;">**COMMAND key and scroll your mouse**</mark> wheel to zoom in or out.

</details>

### Zooming in on the Price Panel

You can zoom in on price movements by hovering your cursor over the price scale on the right side of your chart. Then, scroll your mouse wheel to zoom in and out of the price range.

This allows you to focus on a specific price area and analyze finer details within that range.

### Resetting the Chart View

If you’ve zoomed in or out too much and want to quickly return to the default view, use the following shortcut:

<details>

<summary>On Windows</summary>

Press <mark style="color:green;">Alt + R</mark> to reset the chart.

</details>

<details>

<summary>On Mac</summary>

Press <mark style="color:green;">Option + R</mark> to reset the chart.

</details>

This shortcut will reset the zoom level and bring the chart back to its default view, making it easier to start fresh. For further customization and advanced options, refer to our [TradingView guides](https://docs.zeiierman.com/tradingview/getting-started) or the [TradingView Help Center.](https://docs.zeiierman.com/help/tradingview-help)


---

# 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.zeiierman.com/tradingview/zooming.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.
