Can't utilize TChart's ChartController in WPF
Posted: 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.
Please advise.
Thanks.
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;
...
Thanks.