QGIS API Documentation  2.18.21-Las Palmas (9fba24a)
Public Attributes | List of all members
QgsDiagramInterpolationSettings Class Reference

Additional diagram settings for interpolated size rendering. More...

#include <qgsdiagramrendererv2.h>

Public Attributes

int classificationAttribute
 Index of the classification attribute. More...
 
QString classificationAttributeExpression
 
bool classificationAttributeIsExpression
 
QSizeF lowerSize
 
double lowerValue
 
QSizeF upperSize
 
double upperValue
 

Detailed Description

Additional diagram settings for interpolated size rendering.

Definition at line 403 of file qgsdiagramrendererv2.h.

Member Data Documentation

◆ classificationAttribute

int QgsDiagramInterpolationSettings::classificationAttribute

Index of the classification attribute.

Definition at line 413 of file qgsdiagramrendererv2.h.

◆ classificationAttributeExpression

QString QgsDiagramInterpolationSettings::classificationAttributeExpression

Definition at line 415 of file qgsdiagramrendererv2.h.

◆ classificationAttributeIsExpression

bool QgsDiagramInterpolationSettings::classificationAttributeIsExpression

Definition at line 416 of file qgsdiagramrendererv2.h.

◆ lowerSize

QSizeF QgsDiagramInterpolationSettings::lowerSize

Definition at line 406 of file qgsdiagramrendererv2.h.

◆ lowerValue

double QgsDiagramInterpolationSettings::lowerValue

Definition at line 408 of file qgsdiagramrendererv2.h.

◆ upperSize

QSizeF QgsDiagramInterpolationSettings::upperSize

Definition at line 407 of file qgsdiagramrendererv2.h.

◆ upperValue

double QgsDiagramInterpolationSettings::upperValue

Definition at line 409 of file qgsdiagramrendererv2.h.


The documentation for this class was generated from the following file: