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.

Parameters
  • label (str) –

  • lowerBound (float) –

  • upperBound

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