| QGIS API Documentation 3.30.0-'s-Hertogenbosch (f186b8efe0)
    | 
Base class for plot/chart/graphs. More...
#include <qgsplot.h>

| Public Member Functions | |
| QgsPlot ()=default | |
| Constructor for QgsPlot.  More... | |
| virtual | ~QgsPlot () | 
| virtual bool | readXml (const QDomElement &element, const QgsReadWriteContext &context) | 
| Reads the plot's properties from an XML element.  More... | |
| virtual bool | writeXml (QDomElement &element, QDomDocument &document, const QgsReadWriteContext &context) const | 
| Writes the plot's properties into an XML element.  More... | |
Base class for plot/chart/graphs.
| 
 | default | 
Constructor for QgsPlot.
| 
 | virtualdefault | 
| 
 | virtual | 
Reads the plot's properties from an XML element.
Reimplemented in Qgs2DPlot.
Definition at line 37 of file qgsplot.cpp.
| 
 | virtual | 
Writes the plot's properties into an XML element.
Reimplemented in Qgs2DPlot.
Definition at line 32 of file qgsplot.cpp.