Class: QgsClassificationRange

class qgis.core.QgsClassificationRange

Bases: sip.wrapper

QgsClassificationRange contains the information about a classification range

New in version 3.10.

QgsClassificationRange(label: str, lowerBound: float, upperBound: float) Constructor

QgsClassificationRange(QgsClassificationRange)

Methods

label

Returns the lower bound

lowerBound

Returns the lower bound

upperBound

Returns the upper bound

label(self) str

Returns the lower bound

Return type:

str

lowerBound(self) float

Returns the lower bound

Return type:

float

upperBound(self) float

Returns the upper bound

Return type:

float