SUNIL JOSHI
SUNIL JOSHI

Reputation: 190

WinRT XAML Toolkit: can we use it in windows phone 8.1 and windows 8.1 universal app

I am developing a charting app and want to use WinRT XAML Toolkit data visualization in both (Windows Phone 8.1 and Windows 8.1) of the projects in my universal app.

How can I do this?

Upvotes: 1

Views: 1922

Answers (2)

themullet
themullet

Reputation: 863

Update for anyone finding this ticket, WinRTXamlToolkit is available now for windows phone 8.1 called:

WinRTXamlToolkit.WindowsPhone available via NuGet. I mention this as had almost decided not to use the package and it's solved a chunk of my problems.

Upvotes: 1

Damien
Damien

Reputation: 2901

Unfortuatly WinRT XAML Toolkit (https://winrtxamltoolkit.codeplex.com/) only work for Windows Runtime XAML applications.
My recommendation is that you create 2 pages (sadly) or usercontrols and use winrtxamltoolkit for your windows 8.1 app and another data visualization toolkit like telerik maybe for the windows phone 8.1 (http://www.telerik.com/products/windows-phone/overview/all-controls/chart.aspx).

With a bit of luck you will be able to bind the same property on both controls, best of luck!

Upvotes: 1

Related Questions