QBarSet Class▲
-
Header: QBarSet
-
Inherited By:
-
Instantiated By: qml-qtcharts-barset.xml
-
Inherits: QObject
-
Inherited By:
Detailed Description▲
A bar set contains one data value for each category. The first value of a set is assumed to belong to the first category, the second one to the second category, and so on. If the set has fewer values than there are categories, the missing values are assumed to be located at the end of the set. For missing values in the middle of a set, the numerical value of zero is used. Labels for zero value sets are not shown.
See Also▲
Property Documentation▲
borderColor : QColor▲
This property holds the line (pen) color of the bar set.
Access functions:
-
void setBorderColor( color)
Notifier signal:
-
void borderColorChanged( color)
brush : QBrush▲
This property holds the brush used to fill the bars in the bar set.
Access functions:
Notifier signal:
-
void brushChanged()
color : QColor▲
This property holds the fill (brush) color of the bar set.
Access functions:
Notifier signal:
-
void colorChanged( color)
label : QString▲
This property holds the label of the bar set.
Access functions:
Notifier signal:
-
void labelChanged()
labelBrush : QBrush▲
This property holds the brush used to draw the bar set's label.
Access functions:
-
labelBrush() const
-
void setLabelBrush(const &brush)
Notifier signal:
-
void labelBrushChanged()
labelColor : QColor▲
This property holds the text (label) color of the bar set.
Access functions:
-
void setLabelColor( color)
Notifier signal:
-
void labelColorChanged( color)
labelFont : QFont▲
This property holds the font used to draw the bar set's label.
Access functions:
-
labelFont() const
-
void setLabelFont(const &font)
Notifier signal:
-
void labelFontChanged()
pen : QPen▲
This property holds the pen used to draw the lines of bars in the bar set.
Access functions:
Notifier signal:
-
void penChanged()
Member Function Documentation▲
[explicit] QBarSet::QBarSet(const QString label, QObject *parent = nullptr)▲
Constructs a bar set with the label label and the parent parent.
[virtual] QBarSet::~QBarSet()▲
Removes the bar set.
void QBarSet::append(const qreal value)▲
Appends the new value specified by value to the end of the bar set.
void QBarSet::append(const QList<qreal> &values)▲
Appends the list of real values specified by values to the end of the bar set.
See Also▲
See also append()
qreal QBarSet::at(const int index) const▲
Returns the value specified by index from the bar set. If the index is out of bounds, 0.0 is returned.
QColor QBarSet::borderColor()▲
Returns the line color for the bar set.
Getter function for property borderColor.
See Also▲
See also setBorderColor()
void QBarSet::borderColorChanged(QColor color)▲
This signal is emitted when the line (pen) color of the bar set changes to color.
Notifier signal for property borderColor.
QBrush QBarSet::brush() const▲
Returns the brush used to fill the bars in the bar set.
Getter function for property brush.
See Also▲
See also setBrush()
void QBarSet::brushChanged()▲
This signal is emitted when the brush used to draw the bar set changes.
Notifier signal for property brush.
See Also▲
See also brush
void QBarSet::clicked(int index)▲
This signal is emitted when the user clicks the bar specified by index in a bar set.
QColor QBarSet::color()▲
Returns the fill color for the bar set.
Getter function for property color.
See Also▲
See also setColor()
void QBarSet::colorChanged(QColor color)▲
This signal is emitted when the fill (brush) color of the bar set changes to color.
Notifier signal for property color.
int QBarSet::count() const▲
Returns the number of values in a bar set.
[since 6.2] void QBarSet::deselectAllBars()▲
Deselects all bars in the series.
Emits QBarSet::selectedBarsChanged.
This function was introduced in Qt 6.2.
See Also▲
See also setBarSelected()
[since 6.2] void QBarSet::deselectBar(int index)▲
Deselects the bar at index.
Emits QBarSet::selectedBarsChanged.
This function was introduced in Qt 6.2.
See Also▲
See also setBarSelected()
[since 6.2] void QBarSet::deselectBars(const QList<int> &indexes)▲
Marks multiple bars passed in an indexes list as deselected.
Emits QBarSet::selectedBarsChanged.
This function was introduced in Qt 6.2.
See Also▲
See also setBarSelected()
void QBarSet::doubleClicked(int index)▲
This signal is emitted when the user double-clicks the bar specified by index in a bar set.
void QBarSet::hovered(bool status, int index)▲
This signal is emitted when a mouse is hovered over the bar specified by index in a bar set. When the mouse moves over the bar, status turns true, and when the mouse moves away again, it turns false.
void QBarSet::insert(const int index, const qreal value)▲
Inserts value in the position specified by index. The values following the inserted value are moved up one position.
See Also▲
See also remove()
[since 6.2] bool QBarSet::isBarSelected(int index) const▲
Returns true if the bar at the given index is among selected bars and false otherwise.
Selected bars are drawn using the selected color if it was specified using QBarSet::setSelectedColor.
This function was introduced in Qt 6.2.
See Also▲
See also selectedBars(), setBarSelected(), setSelectedColor()
QString QBarSet::label() const▲
QBrush QBarSet::labelBrush() const▲
Returns the brush used to draw values on top of this bar set.
Getter function for property labelBrush.
See Also▲
See also setLabelBrush()
void QBarSet::labelBrushChanged()▲
This signal is emitted when the brush used to draw the bar set's label changes.
Notifier signal for property labelBrush.
See Also▲
See also labelBrush
void QBarSet::labelChanged()▲
This signal is emitted when the label of the bar set changes.
Notifier signal for property label.
See Also▲
See also label
QColor QBarSet::labelColor()▲
Returns the text color for the bar set.
Getter function for property labelColor.
See Also▲
See also setLabelColor()
void QBarSet::labelColorChanged(QColor color)▲
This signal is emitted when the text (label) color of the bar set changes to color.
Notifier signal for property labelColor.
QFont QBarSet::labelFont() const▲
Returns the pen used to draw values on top of this bar set.
Getter function for property labelFont.
See Also▲
See also setLabelFont()
void QBarSet::labelFontChanged()▲
This signal is emitted when the font of the bar set's label changes.
Notifier signal for property labelFont.
See Also▲
See also labelBrush
QPen QBarSet::pen() const▲
Returns the pen used to draw the lines in the bar set.
Getter function for property pen.
See Also▲
See also setPen()
void QBarSet::penChanged()▲
This signal is emitted when the pen used to draw the bar set changes.
Notifier signal for property pen.
See Also▲
See also pen
void QBarSet::pressed(int index)▲
This signal is emitted when the user clicks the bar specified by index in a bar set and holds down the mouse button.
void QBarSet::released(int index)▲
This signal is emitted when the user releases the mouse press on the bar specified by index in a bar set.
void QBarSet::remove(const int index, const int count = 1)▲
Removes the number of values specified by count from the bar set starting with the value specified by index.
See Also▲
See also insert()
void QBarSet::replace(const int index, const qreal value)▲
Adds the value specified by value to the bar set at the position specified by index.
[since 6.2] void QBarSet::selectAllBars()▲
Marks all bars in the series as selected.
Emits QBarSet::selectedBarsChanged.
This function was introduced in Qt 6.2.
See Also▲
See also setBarSelected()
[since 6.2] void QBarSet::selectBar(int index)▲
Marks the bar at index as selected.
Emits QBarSet::selectedBarsChanged.
This function was introduced in Qt 6.2.
See Also▲
See also setBarSelected()
[since 6.2] void QBarSet::selectBars(const QList<int> &indexes)▲
Marks multiple bars passed in an indexes list as selected.
Emits QBarSet::selectedBarsChanged.
This function was introduced in Qt 6.2.
See Also▲
See also setBarSelected()
[since 6.2] QList<int> QBarSet::selectedBars() const▲
Returns a list of bars marked as selected.
This function was introduced in Qt 6.2.
See Also▲
See also setBarSelected()
[since 6.2] QColor QBarSet::selectedColor() const▲
Returns the color of the selected bars.
This is the fill (brush) color of bars marked as selected. If not specified, value of QBarSet::color is used as default.
This function was introduced in Qt 6.2.
See Also▲
See also setSelectedColor(), color
[since 6.2] void QBarSet::setBarSelected(int index, bool selected)▲
Marks the bar at index as either selected or deselected as specified by selected.
Selected bars are drawn using the selected color if it was specified. Emits QBarSet::selectedBarsChanged.
This function was introduced in Qt 6.2.
See Also▲
See also isBarSelected(), setSelectedColor()
void QBarSet::setBorderColor(QColor color)▲
Sets the line color for the bar set to color.
Setter function for property borderColor.
See Also▲
See also borderColor()
void QBarSet::setBrush(const QBrush &brush)▲
Sets the brush used to fill the bars in the bar set to brush.
Setter function for property brush.
See Also▲
See also brush()
void QBarSet::setColor(QColor color)▲
Sets the fill color for the bar set to color.
Setter function for property color.
See Also▲
See also color()
void QBarSet::setLabel(const QString label)▲
Sets label as the new label for the bar set.
Setter function for property label.
See Also▲
See also label()
void QBarSet::setLabelBrush(const QBrush &brush)▲
Sets the brush used to draw values on top of this bar set to brush.
Setter function for property labelBrush.
See Also▲
See also labelBrush()
void QBarSet::setLabelColor(QColor color)▲
Sets the text color for the bar set to color.
Setter function for property labelColor.
See Also▲
See also labelColor()
void QBarSet::setLabelFont(const QFont &font)▲
Sets the font used to draw values on top of this bar set to font.
Setter function for property labelFont.
See Also▲
See also labelFont()
void QBarSet::setPen(const QPen &pen)▲
Sets the pen used to draw the lines in the bar set to pen.
Setter function for property pen.
See Also▲
See also pen()
[since 6.2] void QBarSet::setSelectedColor(const QColor &color)▲
Sets the color of the selected bars.
This function was introduced in Qt 6.2.
See Also▲
See also selectedColor
qreal QBarSet::sum() const▲
Returns the sum of all values in the bar set.
[since 6.2] void QBarSet::toggleSelection(const QList<int> &indexes)▲
Changes the selection state of bars at the given indexes to the opposite one.
Emits QBarSet::selectedBarsChanged.
This function was introduced in Qt 6.2.
See Also▲
See also setBarSelected()
void QBarSet::valueChanged(int index)▲
This signal is emitted when the value at the position specified by index is modified.
See Also▲
See also at()
void QBarSet::valuesAdded(int index, int count)▲
This signal is emitted when new values are added to the bar set. index indicates the position of the first inserted value, and count is the number of inserted values.
See Also▲
void QBarSet::valuesRemoved(int index, int count)▲
This signal is emitted when values are removed from the bar set. index indicates the position of the first removed value, and count is the number of removed values.
See Also▲
See also remove()
QBarSet &QBarSet::operator<<(const qreal &value)▲
A convenience operator for appending the real value specified by value to the end of the bar set.
See Also▲
See also append()
qreal QBarSet::operator[](const int index) const▲
Returns the value of the bar set specified by index. If the index is out of bounds, 0.0 is returned.