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