Class: QgsClassificationRange¶
-
class
qgis.core.
QgsClassificationRange
¶ Bases:
sip.wrapper
QgsClassificationRange
contains the information about a classification rangeNew in version 3.10.
QgsClassificationRange(label: str, lowerBound: float, upperBound: float) Constructor
QgsClassificationRange(
QgsClassificationRange
)Methods
Returns the lower bound
Returns the lower bound
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
-