Upgrading from 6 to 7

Questions or problems related to updating projects from v.6 to v.7

Moderator: Queue Moderators

Post Reply
Greg9504
Posts: 38
Joined: Fri Dec 06, 2013 4:51 pm

Upgrading from 6 to 7

Post by Greg9504 » Fri Mar 11, 2016 3:00 pm

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.

User avatar
ArctionPasi
Posts: 1367
Joined: Tue Mar 26, 2013 10:57 pm
Location: Finland
Contact:

Re: Upgrading from 6 to 7

Post by ArctionPasi » Mon Mar 14, 2016 9:24 am

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 14845 times
LightningChart Support Team, PT

Post Reply