Hello,
I am using FlashDevelop to develop flex applications and wanted to paint a LineChart in a panel. I used an example of Adobe itself to be found here.
When I compiled it FlashDevelop showed the following output
file type was not found or was not a compile-time constant
For Both LineChart and AreaChart.
Can someone tell me why this happens? I also tried it in the code by importing mx.charts.LineChart, my code completion found the classes but when compiling the same error occurs.