Page 1 of 1

Upgrading from 6 to 7

Posted: Fri Mar 11, 2016 3:00 pm
by Greg9504
Hello,

Here are some of the changes needed, as they are not mentioned in the readme or the user manual. This might save some others time...

In your .xaml file
From:
xmlns:lcu="http://www.arction.com/schemas/"
To:
xmlns:lcu="http://schemas.arction.com/charting/ultimate/"

In your source file using statements
From:
Arction.WPF.LightningChartUltimate
To:
Arction.Wpf.Charting

Classes
From:
WPFFont
To:
WpfFont

From:
ViewXY.ZoomPanOptions.RightToLeftZoomAction = RightToLeftZoomAction.Off
To:
ViewXY.ZoomPanOptions.RightToLeftZoomAction = RightToLeftZoomActionXY.Off;

There's probably more but this is what I found converting one small test app.

Re: Upgrading from 6 to 7

Posted: Mon Mar 14, 2016 9:24 am
by ArctionPasi
Greg, thanks.

Just a clarification here about the assembly names.
In your .xaml file
From:
xmlns:lcu="http://www.arction.com/schemas/"
To:
xmlns:lcu="http://schemas.arction.com/charting/ultimate/"
That depends on the edition you are using. v.6 users typically update to non-bindlable or semi-bindable, and assembly names and namespaces depend on that selection.

User's manual has part almost in the beginning that tells these:
Chart assemblies and namespaces
Chart assemblies and namespaces
ChartAssembliesAndNamespaces.PNG (108.92 KiB) Viewed 15554 times