TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
-
yanivp
- Newbie
- Posts: 1
- Joined: Thu Jan 02, 2014 12:00 am
Post
by yanivp » Tue Jan 07, 2014 3:28 pm
Hello,
I posted on StackOverflow, but now I finally managed to log in here as a client, so, again...
I am trying to create the toolbar (ChartController) for my TChart in WPF. I see the Forms example, But I can not create the objects needed in WPF.
Code: Select all
private Steema.TeeChart.Commander commander1;
private Steema.TeeChart.Editor editor1;
private System.ComponentModel.IContainer components = null;
...
Please advise.
Thanks.
-
Christopher
- Guru
- Posts: 1603
- Joined: Fri Nov 15, 2002 12:00 am
Post
by Christopher » Tue Jan 07, 2014 4:11 pm
Hello,
Unfortunately the TeeChart.WPF.dll does not contain the Commander class, and the Commander class available in TeeChart.dll is not compatible with the TeeChart classes in TeeChart.WPF.dll.
My best suggestion is that you create your own toolbar from scratch in WPF so that it can emulate, as far as possible, the functionality of the Commander class. Which Commander buttons are most important to you? Some of the functionality is going to be easier to recreate that others.