/************************************************************************ * 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, QgsPlotRenderContext &plotContext, 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 *markerSymbolAt( int index ) const; %Docstring Returns the marker symbol for the series with matching ``index``. %End void setMarkerSymbolAt( int index, QgsMarkerSymbol *symbol /Transfer/ ); %Docstring Sets the fill ``symbol`` to use for the series with matching ``index``. %End int markerSymbolCount() const; %Docstring Returns the line symbols list count. %End QgsLineSymbol *lineSymbolAt( int index ) const; %Docstring Returns the line symbol for the series with matching ``index``. %End void setLineSymbolAt( int index, QgsLineSymbol *symbol /Transfer/ ); %Docstring Sets the line ``symbol`` to use for the series with matching ``index``. %End int lineSymbolCount() const; %Docstring Returns the line symbols list count. %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 * ************************************************************************/