QHorizontalPercentBarSeries Class

QHorizontalPercentBarSeries 클래스는 분류된 일련의 데이터를 각 범주의 백분율로 표시합니다. 더 보기...

Header: #include <QHorizontalPercentBarSeries>
In QML: HorizontalPercentBarSeries
Inherits: QAbstractBarSeries

공용 함수

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

재구현된 공용 함수

virtual QAbstractSeries::SeriesType type() const override

상세 설명

이 클래스는 데이터를 일정한 크기의 가로로 쌓인 일련의 막대로 그리며, 카테고리당 하나의 막대가 있습니다. 시리즈에 추가되는 각 막대 세트는 누적된 각 막대에 하나의 세그먼트를 제공합니다. 세그먼트 크기는 스택에 있는 모든 세그먼트의 총 값과 비교한 세그먼트 값의 백분율에 해당합니다. 값이 0인 막대는 그려지지 않습니다.

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

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

멤버 함수 문서

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

QObject 의 자식이고 parent 의 빈 가로 퍼센트 막대 시리즈를 구성합니다 .

[virtual noexcept] QHorizontalPercentBarSeries::~QHorizontalPercentBarSeries()

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

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