Hi @all,
we got our license for .NET some days ago. I logged on to the client area and was shocked ...
I can´t find any documentation about installing TChart for .NET.
And to be honest I have problems with the version numbers.
4.1 is oder then 4.0
So is there anywhere a short description on how to install the latest Tchart release for WPF & Winforms (VS2010)
Thx in advance !
Greetz Dominik
How to install TChart (WPF)?
-
- Newbie
- Posts: 19
- Joined: Mon Mar 07, 2011 12:00 am
Re: How to install TChart (WPF)?
Hi !
I have installed this files:
TeeChartNET2010VSNET2010_4.0.2011.02083
TeeChartNET2010VSNETWPF_4.0.2011.02081
But I´m still confused about the WPF Implemetation of TChart.
Where can I find the Design Editor for the chart? Or must I define the whole chart in XAML by hand?
There is only one (!) usabe component within the TeeChart Toolbox -> TChart. Is that really all
Maybe I have done somthing completely wrong during installation
Greetz Dominik
I have installed this files:
TeeChartNET2010VSNET2010_4.0.2011.02083
TeeChartNET2010VSNETWPF_4.0.2011.02081
But I´m still confused about the WPF Implemetation of TChart.
Where can I find the Design Editor for the chart? Or must I define the whole chart in XAML by hand?
There is only one (!) usabe component within the TeeChart Toolbox -> TChart. Is that really all
Maybe I have done somthing completely wrong during installation
Greetz Dominik
Re: How to install TChart (WPF)?
Hello Greetz,
http://www.teechart.net/support/viewtop ... ead#unread
To use TeeChart WPF you need do two things, so it doesn't supports design time:
- Add manually reference of TeeChartWPF.dll in the folder references
- Add xml code that there are below:
I hope will helps.
Thanks,
Here it is the explanation:And to be honest I have problems with the version numbers.
4.1 is oder then 4.0
http://www.teechart.net/support/viewtop ... ead#unread
In TeeChart.Net there is included TeeChart.WPF, so you only have to install exe of TeeChart.Net.we got our license for .NET some days ago. I logged on to the client area and was shocked ...
I can´t find any documentation about installing TChart for .NET.
So is there anywhere a short description on how to install the latest Tchart release for WPF & Winforms (VS2010)
To use TeeChart WPF you need do two things, so it doesn't supports design time:
- Add manually reference of TeeChartWPF.dll in the folder references
- Add xml code that there are below:
Code: Select all
xmlns:my="clr-namespace:Steema.TeeChart.WPF;assembly=TeeChart.WPF">
<Grid>
<my:TChart Margin="0,0,0,0" Name="tChart1" />
</Grid>
Thanks,
Best Regards,
Sandra Pazos / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |