I'm trying to create a legend adornment whose condition is based on a range of values. For example, i have a stereotype applied to blocks on the diagram of type integer with a range from 0 .. 100 representing a percentage. I would like to show different icon adornments based on this value.
Using the Legend Item -> Element by Condition -> Property Test only allows me to specify a single value (i.e. 25). I would like to enter < 25 as the property test. I can do this with a UNION operation for all 25 integer values (1..25), but there must be a better way. That method certainly won't work for real values.
Any help would be appreciated. Thanks.