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)
QObject 와 parent 의 자식인 빈 막대 시리즈를 구성합니다 .
[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.