QHorizontalStackedBarSeries Class

QHorizontalStackedBarSeries 클래스는 일련의 데이터를 카테고리당 하나의 막대가 있는 가로로 쌓인 막대로 표시합니다. 더 보기...

Header: #include <QHorizontalStackedBarSeries>
In QML: HorizontalStackedBarSeries
Inherits: QAbstractBarSeries

공용 함수

QHorizontalStackedBarSeries(QObject *parent = nullptr)
virtual ~QHorizontalStackedBarSeries()

재구현된 공용 함수

virtual QAbstractSeries::SeriesType type() const override

상세 설명

시리즈에 추가된 각 막대 세트는 각 누적 막대에 단일 세그먼트를 기여합니다.

위젯이 있는 차트 갤러리를 참조하여 가로 누적 막대형 차트를 만드는 방법을 알아보세요.

QBarSet, QBarSeries, QPercentBarSeries, QAbstractBarSeries, QStackedBarSeries, QHorizontalPercentBarSeries, QHorizontalBarSeries참조하세요 .

멤버 함수 문서

[explicit] QHorizontalStackedBarSeries::QHorizontalStackedBarSeries(QObject *parent = nullptr)

QObject 의 자식인 빈 가로 누적 막대 시리즈를 만들고 parent 의 자식인 빈 가로 누적 막대 시리즈를 만듭니다.

[virtual noexcept] QHorizontalStackedBarSeries::~QHorizontalStackedBarSeries()

차트에서 막대 시리즈를 제거합니다.

[override virtual] QAbstractSeries::SeriesType QHorizontalStackedBarSeries::type() const

속성에 대한 액세스 함수를 다시 구현합니다: QAbstractSeries::type.

가로로 쌓인 막대 시리즈를 반환합니다.

© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.