MVVM support in wpf lightning chart

A forum dedicated to WPF version of LightningChart Ultimate.

Moderator: Queue Moderators

Post Reply
hari_prasad.m
Posts: 1
Joined: Tue Nov 05, 2013 5:44 am

MVVM support in wpf lightning chart

Post by hari_prasad.m » Tue Nov 05, 2013 5:48 am

Hi ,
Is MVVM support there in wpf lightning chart control? If yes, can I get some sample codes in the arction site? I need to develop a simple line graph.. Which 2D graph suits my need and in addition to that it provides MVVM flexibility of coding.


Thanks,
Hari

ArctionJari

Re: MVVM support in wpf lightning chart

Post by ArctionJari » Tue Nov 05, 2013 3:20 pm

Hi Hari.

We are currently developing MVVM support to LightningChart Ultimate in form of a data binding adapter. Time table is not clear yet but we intent to release at least a small-scale version of the adapter with LightningChart Ultimate 6.0.

mikew
Posts: 1
Joined: Thu Sep 26, 2013 10:53 pm

Re: MVVM support in wpf lightning chart

Post by mikew » Mon Dec 02, 2013 9:37 pm

I am currently using LightningChart in my MVVM application. The MVVM paradigm is a bit broken using LightningChart, but it is possible to integrate it into an MVVM application. Basically you just need to use the "code behind" in your view to control the graph, rather than putting code in your View Model. It's not horribly difficult to work around the inability to bind currently, but I know I will begin using the MVVM adapter as soon as it comes out :D

Post Reply