MeasurementScale is a class that represents the scale of measurement annotations.
It is an Immutable.Record and thus can be updated using set(key, value), for example: scale.set("fromValue", 15)
set(key, value)
scale.set("fromValue", 15)