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


i developing charting app , want use winrt xaml toolkit data visualization in both (windows phone 8.1 , windows 8.1) of projects in universal app.

how can this?

unfortuatly winrt xaml toolkit (https://winrtxamltoolkit.codeplex.com/) work windows runtime xaml applications.
recommendation create 2 pages (sadly) or usercontrols , use winrtxamltoolkit windows 8.1 app , data visualization toolkit telerik maybe windows phone 8.1 (http://www.telerik.com/products/windows-phone/overview/all-controls/chart.aspx).

with bit of luck able bind same property on both controls, best of luck!


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -