Simple timeline chart with events in Flex
问题 I am looking for a simple timeline chart, that I can display several events on over a varying timespan. I haven't found any specific charts in Flex, has anybody created or used anything along these lines? I found this, Create a timeline from date to date in Flex/AS3, but that is only partially what I am looking for. 回答1: I created a timeline using a mx:PlotChart. It looks like this: I used a PlotChart with a DateTimeAxis across the bottom, and a LinearAxis up the side. I put this into a small