QGIS/python/core/auto_additions/qgslayoutitemchart.py

12 lines
519 B
Python

# The following has been generated automatically from src/core/layout/qgslayoutitemchart.h
try:
QgsLayoutItemChart.create = staticmethod(QgsLayoutItemChart.create)
QgsLayoutItemChart.__overridden_methods__ = ['type', 'icon', 'paint', 'refresh', 'draw', 'writePropertiesToElement', 'readPropertiesFromElement']
QgsLayoutItemChart.__group__ = ['layout']
except (NameError, AttributeError):
pass
try:
QgsLayoutItemChart.SeriesDetails.__group__ = ['layout']
except (NameError, AttributeError):
pass