mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-09 00:08:52 -04:00
14 lines
553 B
Python
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
|