Details
Description
from PySide2.QtCore import * from PySide2.QtGui import * from PySide2.QtWidgets import * from PySide2.QtCharts import * chartView = QtCharts.QChartView() chartView.setRubberBand(QChartView.RectangleRubberBand); chartView.show()
gives me
AttributeError: 'PySide2.QtCharts.QtCharts.QChartView' object has no attribute 'setRubberBand'
This method works just fine if called from C++