The filter for the value ranges.
RangeFilter( tagName: String, displayName: String, minValue: Double, maxValue: Double )
tagName
String
displayName
minValue
Double
maxValue
val tagName
The filter tag.
val displayName
The filter name for display.
Depends on the output language. Not all names may be translated.
val minValue
The minimum value of the range.
val maxValue
The maximum value of the range.