|
QGIS API Documentation 3.99.0-Master (26c88405ac0)
|
XY series details. More...
#include <qgsvectorlayerplotdatagatherer.h>
Public Member Functions | |
| XySeriesDetails (const QString &xExpression, const QString &yExpression, const QString &filterExpression=QString()) | |
Public Attributes | |
| QString | filterExpression |
| QString | xExpression |
| QString | yExpression |
XY series details.
Definition at line 98 of file qgsvectorlayerplotdatagatherer.h.
|
inlineexplicit |
Definition at line 100 of file qgsvectorlayerplotdatagatherer.h.
| QString QgsVectorLayerXyPlotDataGatherer::XySeriesDetails::filterExpression |
Definition at line 108 of file qgsvectorlayerplotdatagatherer.h.
| QString QgsVectorLayerXyPlotDataGatherer::XySeriesDetails::xExpression |
Definition at line 106 of file qgsvectorlayerplotdatagatherer.h.
| QString QgsVectorLayerXyPlotDataGatherer::XySeriesDetails::yExpression |
Definition at line 107 of file qgsvectorlayerplotdatagatherer.h.