# Reset font properties

### Resetting font properties <a href="#resetting-font-properties" id="resetting-font-properties"></a>

Most font properties in Vitara Charts’ Property editor are set to ‘Auto’ by default. Let’s look at how to reset the font settings to ‘Auto’ after manually providing them in this document. Font features such as ‘font-family’ and ‘font-size’ are particularly important.

#### 1. Font family <a href="#id-1-font-family" id="id-1-font-family"></a>

Font family can be applied to Axes, Data labels, Tooltip text, Legend labels, and other elements. Assume we change the font family of some text in a chart to ‘Times New Roman’, as shown in the screenshot below:<br>

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

Now to set back this font family property to ‘Auto’, then just set it to Select from the Labels dropdown as shown in the screenshot below:<br>

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

#### 2. Font size <a href="#id-2-font-size" id="id-2-font-size"></a>

Almost all labels in a chart, including axes, data labels, tooltip text, legend labels, and series width, can have the font size property set. Assume we set the Data labels size in a chart to ‘14’, as shown in the screenshot below:&#x20;

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

Now to reset the data labels size to ‘Auto’, just make the font size textbox empty\[select and clear the font size number using backspace]. See the screenshot below:

<figure><img src="/files/4EkILTUCKRlMzRKJqhye" alt=""><figcaption></figcaption></figure>


---

# 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://tsdocs.vitaracharts.com/readme/reset-font-properties.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.
