You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flex.apache.org by jigar911 <ga...@rediffmail.com> on 2016/09/06 09:29:01 UTC

Re: Flex 3.6 to 4.9 Migration issue.

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.

Re: Flex 3.6 to 4.9 Migration issue.

Posted by Alex Harui <ah...@adobe.com>.

On 9/6/16, 2:29 AM, "jigar911" <ga...@rediffmail.com> wrote:

>we are using ColumnChart however it is showing exception related to
>CartesianChart

Pretty sure ColumnChart extends CartesianChart.  I see that there are
custom styles for this ColumnChart.  What styles are being set?

-Alex