QScatterSeries¶
New in version 5.7.
Synopsis¶
Functions¶
def
borderColor
()def
markerShape
()def
markerSize
()def
setBorderColor
(color)def
setMarkerShape
(shape)def
setMarkerSize
(size)
Signals¶
def
borderColorChanged
(color)def
markerShapeChanged
(shape)def
markerSizeChanged
(size)
Detailed Description¶
- class PySide2.QtCharts.QtCharts.QScatterSeries([parent=None])¶
- Parameters:
parent –
PySide2.QtCore.QObject
- PySide2.QtCharts.QtCharts.QScatterSeries.MarkerShape¶
- PySide2.QtCharts.QtCharts.QScatterSeries.borderColor()¶
- Return type:
- PySide2.QtCharts.QtCharts.QScatterSeries.borderColorChanged(color)¶
- Parameters:
color –
PySide2.QtGui.QColor
- PySide2.QtCharts.QtCharts.QScatterSeries.markerShape()¶
- Return type:
- PySide2.QtCharts.QtCharts.QScatterSeries.markerShapeChanged(shape)¶
- Parameters:
shape –
MarkerShape
- PySide2.QtCharts.QtCharts.QScatterSeries.markerSize()¶
- Return type:
float
- PySide2.QtCharts.QtCharts.QScatterSeries.markerSizeChanged(size)¶
- Parameters:
size – float
- PySide2.QtCharts.QtCharts.QScatterSeries.setBorderColor(color)¶
- Parameters:
color –
PySide2.QtGui.QColor
- PySide2.QtCharts.QtCharts.QScatterSeries.setMarkerShape(shape)¶
- Parameters:
shape –
MarkerShape
- PySide2.QtCharts.QtCharts.QScatterSeries.setMarkerSize(size)¶
- Parameters:
size – float
© 2022 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.