简体   繁体   中英

flex scatterplot custom renderer

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.

I found this helpful link, adding it here to help somebody else having similar requirement. I was searching by some other key words and it usually got me to diamond and other renderer for scatter plot. hope to configure this for the scatter plot.

adobe link to solution

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM