Search found 4 matches

by Mithrandir
Thu Jan 20, 2011 9:54 am
Forum: .NET
Topic: Databinding in TeeChart for WPF?
Replies: 13
Views: 21254

Re: Databinding in TeeChart for WPF?

Hello Sandra,

Thank you for the information.

Best regards,
Sébastien
by Mithrandir
Tue Jan 18, 2011 4:03 pm
Forum: .NET
Topic: Databinding in TeeChart for WPF?
Replies: 13
Views: 21254

Re: Databinding in TeeChart for WPF?

Hello Sandra, Thank you for your quick answer. I think that the best way I can describe what I mean by WPF Databinding is by sending you an example (a small tutorial) : http://www.wpftutorial.net/DataBindingOverview.html It allows you to separate completely the "xaml" layer and the "code" layer. For...
by Mithrandir
Tue Jan 18, 2011 1:29 pm
Forum: .NET
Topic: Databinding in TeeChart for WPF?
Replies: 13
Views: 21254

Re: Databinding in TeeChart for WPF?

Hello Sandra, Unfortunately, this is not the type of databinding I need, I should have added more details. Here is an example of WPF binding I would like to use : In the View (ChartView.xaml file) : <AChart:TChart Series={Binding Path=SeriesList, Mode=OneWay, UpdateSourceTrigger=PropertyChanged} /> ...
by Mithrandir
Tue Jan 18, 2011 10:34 am
Forum: .NET
Topic: Databinding in TeeChart for WPF?
Replies: 13
Views: 21254

Databinding in TeeChart for WPF?

Hello, I've been using TeeChart for a WPF application, but noticed too late that Databinding wasn't implemented in the current version. So I had to develop the graphs in the "Windows Forms" way (with code behind and control events), instead of using MVVM like the rest of the application. Later this ...