2025-08-22 10:41:20 +10:00

14 lines
553 B
Python

# The following has been generated automatically from src/core/plot/qgschart.h
try:
QgsBarChart.create = staticmethod(QgsBarChart.create)
QgsBarChart.__overridden_methods__ = ['type', 'renderContent', 'writeXml', 'readXml']
QgsBarChart.__group__ = ['plot']
except (NameError, AttributeError):
pass
try:
QgsLineChart.create = staticmethod(QgsLineChart.create)
QgsLineChart.__overridden_methods__ = ['type', 'renderContent', 'writeXml', 'readXml']
QgsLineChart.__group__ = ['plot']
except (NameError, AttributeError):
pass