# The following has been generated automatically from src/core/plot/qgschartplotregistry.h try: QgsChartPlotRegistry.__attribute_docs__ = {'chartAdded': 'Emitted whenever a new chart type is added to the registry, with the\nspecified ``type`` and visible ``name``.\n', 'chartAboutToBeRemoved': 'Emitted whenever a new chart type is added to the registry, with the\nspecified ``type`` and visible ``name``.\n'} QgsChartPlotRegistry.__signal_arguments__ = {'chartAdded': ['type: str', 'name: str'], 'chartAboutToBeRemoved': ['type: str']} QgsChartPlotRegistry.__group__ = ['plot'] except (NameError, AttributeError): pass try: QgsChartPlotAbstractMetadata.__abstract_methods__ = ['createChart'] QgsChartPlotAbstractMetadata.__group__ = ['plot'] except (NameError, AttributeError): pass