QtCharts.QAbstractBarSeries

Inheritance diagram of PySide2.QtCharts.QtCharts.QAbstractBarSeries

Inherited by: QtCharts.QBarSeries, QtCharts.QHorizontalBarSeries, QtCharts.QHorizontalPercentBarSeries, QtCharts.QHorizontalStackedBarSeries, QtCharts.QPercentBarSeries, QtCharts.QStackedBarSeries

New in version 5.7.

Synopsis

Functions

Signals

Detailed Description

PySide2.QtCharts.QtCharts.QAbstractBarSeries.LabelsPosition
PySide2.QtCharts.QtCharts.QAbstractBarSeries.append(set)
Parameters

setQBarSet

Return type

bool

PySide2.QtCharts.QtCharts.QAbstractBarSeries.append(sets)
Parameters

sets

Return type

bool

PySide2.QtCharts.QtCharts.QAbstractBarSeries.barSets()
Return type

PySide2.QtCharts.QtCharts.QAbstractBarSeries.barWidth()
Return type

qreal

PySide2.QtCharts.QtCharts.QAbstractBarSeries.barsetsAdded(sets)
Parameters

sets

PySide2.QtCharts.QtCharts.QAbstractBarSeries.barsetsRemoved(sets)
Parameters

sets

PySide2.QtCharts.QtCharts.QAbstractBarSeries.clear()
PySide2.QtCharts.QtCharts.QAbstractBarSeries.clicked(index, barset)
Parameters
  • indexint

  • barsetQBarSet

PySide2.QtCharts.QtCharts.QAbstractBarSeries.count()
Return type

int

PySide2.QtCharts.QtCharts.QAbstractBarSeries.countChanged()
PySide2.QtCharts.QtCharts.QAbstractBarSeries.doubleClicked(index, barset)
Parameters
  • indexint

  • barsetQBarSet

PySide2.QtCharts.QtCharts.QAbstractBarSeries.hovered(status, index, barset)
Parameters
  • statusbool

  • indexint

  • barsetQBarSet

PySide2.QtCharts.QtCharts.QAbstractBarSeries.insert(index, set)
Parameters
  • indexint

  • setQBarSet

Return type

bool

PySide2.QtCharts.QtCharts.QAbstractBarSeries.isLabelsVisible()
Return type

bool

PySide2.QtCharts.QtCharts.QAbstractBarSeries.labelsAngle()
Return type

qreal

PySide2.QtCharts.QtCharts.QAbstractBarSeries.labelsAngleChanged(angle)
Parameters

angleqreal

PySide2.QtCharts.QtCharts.QAbstractBarSeries.labelsFormat()
Return type

unicode

PySide2.QtCharts.QtCharts.QAbstractBarSeries.labelsFormatChanged(format)
Parameters

format – unicode

PySide2.QtCharts.QtCharts.QAbstractBarSeries.labelsPosition()
Return type

LabelsPosition

PySide2.QtCharts.QtCharts.QAbstractBarSeries.labelsPositionChanged(position)
Parameters

positionLabelsPosition

PySide2.QtCharts.QtCharts.QAbstractBarSeries.labelsPrecision()
Return type

int

PySide2.QtCharts.QtCharts.QAbstractBarSeries.labelsPrecisionChanged(precision)
Parameters

precisionint

PySide2.QtCharts.QtCharts.QAbstractBarSeries.labelsVisibleChanged()
PySide2.QtCharts.QtCharts.QAbstractBarSeries.pressed(index, barset)
Parameters
  • indexint

  • barsetQBarSet

PySide2.QtCharts.QtCharts.QAbstractBarSeries.released(index, barset)
Parameters
  • indexint

  • barsetQBarSet

PySide2.QtCharts.QtCharts.QAbstractBarSeries.remove(set)
Parameters

setQBarSet

Return type

bool

PySide2.QtCharts.QtCharts.QAbstractBarSeries.setBarWidth(width)
Parameters

widthqreal

PySide2.QtCharts.QtCharts.QAbstractBarSeries.setLabelsAngle(angle)
Parameters

angleqreal

PySide2.QtCharts.QtCharts.QAbstractBarSeries.setLabelsFormat(format)
Parameters

format – unicode

PySide2.QtCharts.QtCharts.QAbstractBarSeries.setLabelsPosition(position)
Parameters

positionLabelsPosition

PySide2.QtCharts.QtCharts.QAbstractBarSeries.setLabelsPrecision(precision)
Parameters

precisionint

PySide2.QtCharts.QtCharts.QAbstractBarSeries.setLabelsVisible([visible=true])
Parameters

visiblebool

PySide2.QtCharts.QtCharts.QAbstractBarSeries.take(set)
Parameters

setQBarSet

Return type

bool