> For the complete documentation index, see [llms.txt](https://docs.powerviz.ai/powerviz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.powerviz.ai/powerviz/activity-gauge/advance-settings-introduction/labels.md).

# Labels

Having the right label is important in the visual. It helps you understand information easily. Best practices suggest that labels should be clear, easy to read, and short.

Enable Best Fit: Enable the option to display labels both inside and Outside the arc, depending on the available space.

Powerviz Activity Gauge offers two types of labels to make sure you have the best option.

* [Data Label](#data-labels)
* [Leaf Label ](#leaf-labels)           \
  Chane Image

<figure><img src="/files/YTmUJJVRDFEOgX8JBYoa" alt="" width="563"><figcaption></figcaption></figure>

{% tabs %}
{% tab title="Data Labels" %}
Data labels are placed inside the arcs.

It includes the following features:

<table><thead><tr><th width="203">Feature</th><th>Functionality</th></tr></thead><tbody><tr><td>Orientation</td><td>Choose between <strong>curved and linear</strong> orientation.</td></tr><tr><td>Display Style</td><td>Either show a <strong>category or a category + value.</strong></td></tr><tr><td>Label Formatting</td><td>Customize the font family, color, size, and style (BIU).</td></tr><tr><td>Background Color</td><td>Enable background color. When the fill pattern is enabled, the user can apply background only to arcs with the pattern.</td></tr></tbody></table>

Here are examples of different types of orientation.
{% endtab %}
{% endtabs %}

<figure><img src="/files/XMDHLY9PWDvhJWcwY7B6" alt="" width="529"><figcaption></figcaption></figure>


---

# 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.powerviz.ai/powerviz/activity-gauge/advance-settings-introduction/labels.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.
