QGIS/python/core/auto_generated/plot/qgslinechartplot.sip.in
Mathieu Pellerin c6c099cbd2 Address review
2025-08-22 10:41:20 +10:00

76 lines
2.4 KiB
Plaintext

/************************************************************************
* This file has been generated automatically from *
* *
* src/core/plot/qgslinechartplot.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.py again *
************************************************************************/
class QgsLineChartPlot : Qgs2DXyPlot
{
%Docstring(signature="appended")
A simple line chart class.
.. warning::
This class is not considered stable API, and may change in future!
.. versionadded:: 4.0
%End
%TypeHeaderCode
#include "qgslinechartplot.h"
%End
public:
QgsLineChartPlot();
~QgsLineChartPlot();
virtual QString type() const;
virtual void renderContent( QgsRenderContext &context, const QRectF &plotArea, const QgsPlotData &plotData = QgsPlotData() );
virtual bool writeXml( QDomElement &element, QDomDocument &document, const QgsReadWriteContext &context ) const;
virtual bool readXml( const QDomElement &element, const QgsReadWriteContext &context );
QgsMarkerSymbol *markerSymbol( int index ) const;
%Docstring
Returns the marker symbol for the series with matching ``index``.
%End
void setMarkerSymbol( int index, QgsMarkerSymbol *symbol /Transfer/ );
%Docstring
Sets the fill ``symbol`` to use for the series with matching ``index``.
%End
QgsLineSymbol *lineSymbol( int index ) const;
%Docstring
Returns the line symbol for the series with matching ``index``.
%End
void setLineSymbol( int index, QgsLineSymbol *symbol /Transfer/ );
%Docstring
Sets the line ``symbol`` to use for the series with matching ``index``.
%End
static QgsLineChartPlot *create() /Factory/;
%Docstring
Returns a new line chart.
%End
};
/************************************************************************
* This file has been generated automatically from *
* *
* src/core/plot/qgslinechartplot.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.py again *
************************************************************************/