How do I visualize a break-even analysis with Flex’s AreaChart?
Mats
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Well here is a simple example, based on Adobe LiveDocs :
Be careful, though, there is a bug in Flex AreaSeries that causes tooltip on such series to unproperly render. The AreaSeries displays the yField value of an item for its high value (which is correct), but it displays the same value for the low value (lines 2058 and 2083 of AreaSeries.as)…