> For the complete documentation index, see [llms.txt](https://docs.xviz.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xviz.com/project-management/other-features/text-customization.md).

# Text Customization

The xViz Gantt Chart offers extensive customization options for text through the Font Style feature in the Data Grid section.

<figure><img src="/files/G7z5IsCcQTzYNWgm5NGn" alt=""><figcaption><p><em>GIF 1: Text Customization in xViz Gantt Chart</em></p></figcaption></figure>

### Steps to Configure Text Customization:

1. Go to the Format Pane and navigate to the “Data Grid” section.

<img src="/files/niJ4JkxYSCDkzp1mudqd" alt="Image 1: Data Grid Section in the Format Pane" width="181">

2. You will find the “Node Customization” option to select the Node Type for which you would like to add the customization.

<figure><img src="/files/XxI5xIqaRAXUzm2j4476" alt="" width="178"><figcaption><p><em>Image 2: Select node type</em></p></figcaption></figure>

{% hint style="info" %}

* Child node: Applied the text customization on Child node or Sub tasks
* Root node: Applied the text customization on Root node or Parent task
  {% endhint %}

3. Then you can display the Font Style in different styles such as:

* Bold
* Italic
* Underline
* Default

<img src="/files/5uG7zNHisCSD3BO5Asr1" alt="Image 3: Select the Data Grid Font Style" width="183">

4. Finally, select the Data Grid Font Color and adjust the Size of the text.

<img src="/files/T5YmtpgDCpK4iC6GmBlS" alt="Image 4: Select the Color and Adjust size" width="182">

The final result, highlighting the customized text appearance, is displayed in the image below:

![Image 5: Text Customization in xViz Gantt Chart](/files/pqVGrHVyMqi2jgV7DqNK)


---

# 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.xviz.com/project-management/other-features/text-customization.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.
