PySide6.QtCharts.QAbstractBarSeries¶
- class QAbstractBarSeries¶
- 
Inherited by: QBarSeries,QStackedBarSeries,QPercentBarSeries,QHorizontalStackedBarSeries,QHorizontalPercentBarSeries,QHorizontalBarSeriesSynopsis¶Properties¶Methods¶- def - barWidth()
- def - clear()
- def - count()
- def - labelsAngle()
- def - labelsFormat()
- def - labelsPosition()
- def - setBarWidth()
- def - setLabelsAngle()
 Signals¶Note This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE Detailed Description¶- class LabelsPosition¶
 Note Properties can be used directly when from __feature__ import true_propertyis used or via accessor functions otherwise.- property barWidthᅟ: float¶
 - Access functions:
 - property countᅟ: int¶
 - Access functions:
- Signal - countChanged()
 
 - property labelsAngleᅟ: float¶
 - Access functions:
 - property labelsFormatᅟ: str¶
 - Access functions:
 - property labelsPositionᅟ: QAbstractBarSeries.LabelsPosition¶
 - Access functions:
 - property labelsPrecisionᅟ: int¶
 - Access functions:
 - property labelsVisibleᅟ: bool¶
 - Access functions:
 - barWidth()¶
- Return type:
- float 
 
 Getter of property barWidthᅟ.- clear()¶
 - count()¶
- Return type:
- int 
 
 Getter of property countᅟ.- countChanged()¶
 Notification signal of property countᅟ.- isLabelsVisible()¶
- Return type:
- bool 
 
 Getter of property labelsVisibleᅟ.- labelsAngle()¶
- Return type:
- float 
 
 Getter of property labelsAngleᅟ.- labelsAngleChanged(angle)¶
- Parameters:
- angle – float 
 
 Notification signal of property labelsAngleᅟ.- labelsFormat()¶
- Return type:
- str 
 
 Getter of property labelsFormatᅟ.- labelsFormatChanged(format)¶
- Parameters:
- format – str 
 
 Notification signal of property labelsFormatᅟ.- labelsPosition()¶
- Return type:
 
 Getter of property labelsPositionᅟ.- labelsPositionChanged(position)¶
- Parameters:
- position – - LabelsPosition
 
 Notification signal of property labelsPositionᅟ.- labelsPrecision()¶
- Return type:
- int 
 
 Getter of property labelsPrecisionᅟ.- labelsPrecisionChanged(precision)¶
- Parameters:
- precision – int 
 
 Notification signal of property labelsPrecisionᅟ.- labelsVisibleChanged()¶
 Notification signal of property labelsVisibleᅟ.- setBarWidth(width)¶
- Parameters:
- width – float 
 
 Setter of property barWidthᅟ.- setLabelsAngle(angle)¶
- Parameters:
- angle – float 
 
 Setter of property labelsAngleᅟ.- setLabelsFormat(format)¶
- Parameters:
- format – str 
 
 Setter of property labelsFormatᅟ.- setLabelsPosition(position)¶
- Parameters:
- position – - LabelsPosition
 
 Setter of property labelsPositionᅟ.- setLabelsPrecision(precision)¶
- Parameters:
- precision – int 
 
 Setter of property labelsPrecisionᅟ.- setLabelsVisible([visible=true])¶
- Parameters:
- visible – bool 
 
 Setter of property labelsVisibleᅟ.