Hi ,
i want to create a line chart , where i can drag the line using the mouse and modify the graph doing so.
i am using MVVM , so i would like each mouse drag to change my VM data. so i can use it later .
is this supported by XamDatachart ?
if so, can i get a small example or a link ?
Thanks.
Hi Rob,I have Expression Blend SDK already installed. There must be something else.
FYI: My develepment machine has restricted Access to the net. Thus connecting to Nuget Feeds is currently forbidden. Thus I had to replace the .dll links to the places of my local Installation.
The links all are OK.
might be related to -> stackoverflow
regards Horst
Hi Horst,
That's probably because you don't have the Expression Blend SDK installed which is fine, there is a Nuget package for it now. I updated the sample to use this package so it should work for you now.
4503.xamDataChart-DragLineSeriesData-18.2.zip
Hi Rob,
Sorry for the late reply, but I had to follow up other things in our company....I tried the updated Version and I still get Errors:In MainWindow.xaml at line 24 Position 22 I get an error:
The Tag "Interaction.Behaviors" is not contained in XML-Namespace "http://schemas.microsoft.com/expression/2010/interactivity"
Regards Horst
Here's an updated version using the 18.2 dlls. It uses nuget to get them.
7522.xamDataChart-DragLineSeriesData-18.2.zip
Can you give an updated Version of this sample Project wich is compatible with Ultimate for WPF 2018.2?