Page 1 of 1
How to install TChart (WPF)?
Posted: Fri Mar 25, 2011 2:08 pm
by 15658695
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
Re: How to install TChart (WPF)?
Posted: Fri Mar 25, 2011 3:19 pm
by 15658695
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
Re: How to install TChart (WPF)?
Posted: Fri Mar 25, 2011 3:35 pm
by 10050769
Hello Greetz,
And to be honest I have problems with the version numbers.
4.1 is oder then 4.0
Here it is the explanation:
http://www.teechart.net/support/viewtop ... ead#unread
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)
In TeeChart.Net there is included TeeChart.WPF, so you only have to install exe of TeeChart.Net.
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>
I hope will helps.
Thanks,