QStackedBarSeries Class

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

Header: #include <QStackedBarSeries>
In QML: StackedBarSeries
Inherits: QAbstractBarSeries

공용 함수

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

재구현된 공용 함수

virtual QAbstractSeries::SeriesType type() const override

상세 설명

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

누적 막대형 차트를 만드는 방법은 위젯이 있는 차트 갤러리를 참조하세요.

QBarSet, QPercentBarSeries, QAbstractBarSeries참조하세요 .

멤버 함수 문서

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

QObjectparent 의 자식인 빈 막대 시리즈를 구성합니다 .

[virtual noexcept] QStackedBarSeries::~QStackedBarSeries()

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

[override virtual] QAbstractSeries::SeriesType QStackedBarSeries::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.