# 복합차트

다양한 유형의 데이터(예: 주문 수량, 총액 등)를 하나의 차트에 표시하려면 복합 차트를 사용하는 것이 더 직관적입니다.

세로 막대형 차트와 선형 차트의 복합 차트를 지원합니다.

## 복합 차트 삽입

다음은 복합 차트를 삽입하는 단계와 설정에 대해 자세히 설명합니다.

**단계**

**1.** 차트 데이터의 소스가 되는 데이터 영역을 선택하고, 리본 메뉴바에서 "삽입->세로막대형차트"를 선택한 후 막대차트 종류를 선택합니다. 예를 들어 묶은 세로 막대형 차트를 선택하세요.

<figure><img src="/files/1Jx4KMmRTmrPe1vFddbW" alt=""><figcaption></figcaption></figure>

**2.** 세로 막대형 차트를 삽입하면 페이지에 표시됩니다. 포건시는 범례 항목과 가로 축 레이블을 자동으로 감지하고 생성합니다. 차트를 마우스 오른쪽 버튼으로 클릭하고 "데이터 선택"을 선택하여 편집하고 수정할 수 있습니다.

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

**3.** 세로 막대형 차트를 선택하고 리본 메뉴바에서 "차트 도구-레이아웃->데이터 계열"을 선택합니다.

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

**4.** 데이터 계열 서식 대화 상자에서. 데이터 계열을 "주문 수량"으로 선택하고 "차트 유형 변경"을 클릭한 다음 "선 차트" 중 하나를 선택하고 "보조 축"을 선택합니다. 이때, "주문수량" 데이터 계열이 2차 좌표축으로 설정되고, 총액이 1차 좌표축으로 설정된다.

꺾은선형 차트의 테두리 스타일과 데이터 표시 옵션을 설정할 수도 있습니다.

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

**5.** 합계를 보조축으로 설정하면 군집형 컬럼 차트가 컬럼 차트와 라인 차트의 복합 차트로 변경됩니다.

<figure><img src="/files/UroeBK94cDYDELortC0d" 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://doc.forguncy.co.kr/components/chart/compositechart.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.
