QHorizontalBarSeries Class

QHorizontalBarSeries 클래스는 일련의 데이터를 범주별로 그룹화된 가로 막대로 표시합니다. 더 보기...

Header: #include <QHorizontalBarSeries>
In QML: HorizontalBarSeries
Inherits: QAbstractBarSeries

공용 함수

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

재구현된 공용 함수

virtual QAbstractSeries::SeriesType type() const override

상세 설명

이 클래스는 카테고리별로 그룹화된 일련의 가로 막대로 데이터를 그리며, 각 막대 세트에서 카테고리당 하나의 막대가 시리즈에 추가됩니다.

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

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

멤버 함수 문서

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

QObject 의 자식인 빈 가로 막대 시리즈를 만들고 parent.

[virtual noexcept] QHorizontalBarSeries::~QHorizontalBarSeries()

차트에서 가로 막대 계열을 제거합니다.

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