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