QGIS/python/core/auto_additions/qgschartplot.py
2025-08-22 10:41:20 +10:00

14 lines
589 B
Python

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