we are using ColumnChart however it is showing exception related to CartesianChart
Migrated Namespace used at top is as follows along with the code : <mx:VBox xmlns:mx="library://ns.adobe.com/flex/mx" xmlns:fx="ns.adobe.com/mxml/2009"; xmlns:s="library://ns.adobe.com/flex/spark" width="100%" height="100%" preinitialize="initHandler();" verticalGap="0" xmlns:containers="net.minmax.containers.*"> <mx:VBox id="returnChart" height="100%" width="100%"> <mx:ColumnChart id="myChart" showDataTips="true" height="100%" width="100%" dataProvider="{chartProvider}" styleName="testChart" horizontalAxis="{dAxis}"> <mx:verticalAxis> <mx:LinearAxis id="v2" title="Test ($100)" interval="50"/> </mx:verticalAxis> <mx:horizontalAxisRenderers> <mx:AxisRenderer axis="{dAxis}" labelRotation="45" placement="bottom"/> </mx:horizontalAxisRenderers><mx:verticalAxisRenderers> <mx:AxisRenderer placement="left" axis="{v2}" verticalAxisTitleAlignment="vertical"/> </mx:verticalAxisRenderers> <mx:series> -- View this message in context: http://apache-flex-development.2333347.n4.nabble.com/Flex-3-6-to-4-9-Migration-issue-tp54696p54858.html Sent from the Apache Flex Development mailing list archive at Nabble.com.