I have a scatter plot with 10 points, some points are above and below some thresh hold.
I need to show different color for those
- above thresh hold
- below thresh hold
- within thresh hold
Effectively, can the 10 points be colored a different color?
Is it possible to do this with some renderer ? I am looking for a renderer since , the logic may become more complex than thresh hold.
The other way is to create and add separate series.