> For the complete documentation index, see [llms.txt](https://docs.avonnicomponents.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.avonnicomponents.com/experience-cloud/experience-cloud-ja/experience-components/ax-progress-circle.md).

# AX - 進捗円

## 概要

**AX - 進捗サークル** は、Experience Sites ページで完了率や進捗メトリクスを円形ゲージ形式で表示する Experience Cloud コンポーネントです。

ポータルユーザーに、目標に対する進捗、完了状況、達成率、または Salesforce データの任意の数値メトリクスを、コンパクトで視覚的な形式で表示するために使用します。進捗値、色、サイズ、ラベルは Experience Builder で設定します。

ダッシュボードの KPI、目標達成状況の表示、プロフィール進捗インジケーター、タスク完了率、またはポータルで省スペースな円形進捗の可視化が必要なあらゆる場面に最適です。

## 設定

### プロパティ

**ラベル** は、進捗サークルに付随する説明文です。

**値** は、進捗を数値で表したもので、通常はパーセンテージです。 **合計** は、100% の進捗に達するために到達すべき数値です（既定値は 100）。

**値を表示** 進捗サークル内の数値の表示を切り替えます。

**サイズ** 進捗サークルの全体サイズを調整します（小、中、大）。

**太さ** リングの太さを設定し、より目立たせたり控えめに表示したりできます。

**方向** リングが塗りつぶされる方向（増加または減少）を決定します。

**タイトル** は、より詳細な説明やタイトルとして使用される追加のテキスト要素です。 **タイトルの位置** 円に対する配置（上または下）を指定します。

**代替テキスト** スクリーンリーダー向けに進捗サークルを説明するアクセシブルなテキストを提供します。

## スタイリング

{% tabs %}
{% tab title="ラベル" %}
グレーの色、標準のフォントスタイル、中程度の太さ。
{% endtab %}

{% tab title="値" %}
青色、強調のための太字。
{% endtab %}

{% tab title="バー" %}
進捗バーは青色、背景は薄いグレー。
{% endtab %}

{% tab title="タイトル" %}
黒色、標準スタイル、太字、1行に制限。
{% endtab %}
{% endtabs %}


---

# 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.avonnicomponents.com/experience-cloud/experience-cloud-ja/experience-components/ax-progress-circle.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.
