Class: QgsClassificationRange¶
Contains the information about a classification range.
Added in version 3.10.
Methods
Returns the lower bound |
|
Returns the lower bound |
|
Returns the upper bound |
- class qgis.core.QgsClassificationRange[source]¶
Bases:
object
- __init__(label: str | None, lowerBound: float, upperBound: float)
Constructor
- Parameters:
label (Optional[str])
lowerBound (float)
upperBound (float)
- __init__(a0: QgsClassificationRange)
- Parameters: