PySide6.QtGraphs.QLineSeries¶
- class QLineSeries¶
The
QLineSeries
class presents data in line graphs. More…Synopsis¶
Properties¶
Methods¶
def
__init__()
def
capStyle()
def
setCapStyle()
def
setWidth()
def
width()
Signals¶
def
widthChanged()
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¶
A line graph is used to show information as a series of data points connected by straight lines.
Note
Properties can be used directly when
from __feature__ import true_property
is used or via accessor functions otherwise.- property capStyleᅟ: Qt.PenCapStyle¶
- Access functions:
- property widthᅟ: float¶
- Access functions:
Signal
widthChanged()
- capStyle()¶
- Return type:
See also
Getter of property
capStyleᅟ
.- capStyleChanged()¶
Notification signal of property
capStyleᅟ
.- setCapStyle(newCapStyle)¶
- Parameters:
newCapStyle –
PenCapStyle
See also
Setter of property
capStyleᅟ
.Setter of property
widthᅟ
.- width()¶
- Return type:
float
See also
Getter of property
widthᅟ
.- widthChanged()¶
Notification signal of property
widthᅟ
.