Class: QgsClassificationRange

class qgis.core.QgsClassificationRange(label: str, lowerBound: float, upperBound: float)

Bases: sip.wrapper

Constructor

QgsClassificationRange(QgsClassificationRange)

QgsClassificationRange contains the information about a classification range

New in version 3.10:

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