# Fit to Screen (Table)

You can fit the table to the chart viewing area by the "Fit to Screen" option in the chart property dialog. The following chart types support this option.

* Pivot Table
* Summarize Table
* Table

Suppose you have a wider table that overflows the chart viewing area like the following.

![](/files/-MiZRkEroQ5SB-0l6thV)

You can check the "Fit to Screen" option to fit the table into the chart viewing area. It tries to fit as much as possible, but if you have too many columns, it may still overflow.

![](/files/-MiZRkEux8ydbL_3zx9a)

You can use this option for the narrower table too. Suppose you have a 4-column table like the following.

![](/files/-MiZRkExrlbtQLF16AbF)

You can check the "Fit to Screen" option to stretch the column width to fit the table into the chart viewing area.

![](/files/-MiZRkEzZzdaIGE3nUu1)

You can lock the column width for specific columns by setting the Column Width. See [Column Configuration Dialog](/visualization/features/column-configuration-dialog.md) for mode details.


---

# 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/table-fit-to-screen.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.
