How do I set background color of Line Series chart in Flex
Posted
by Rohit
on Stack Overflow
See other posts from Stack Overflow
or by Rohit
Published on 2009-11-22T23:58:49Z
Indexed on
2010/05/10
13:04 UTC
Read the original article
Hit count: 251
flex
I have a Line Series Chart in Flex with values from 0 to 90. I would like to set the background of the chart in such a way that, 0 - 30 is in green, 31 - 60 is in red and 61 - 90 is in blue.
I am new to Flex. Can someone tell me how this can be done?
© Stack Overflow or respective owner