How to install TChart (WPF)?

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
moelski.net
Newbie
Newbie
Posts: 19
Joined: Mon Mar 07, 2011 12:00 am

How to install TChart (WPF)?

Post by moelski.net » Fri Mar 25, 2011 2:08 pm

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

moelski.net
Newbie
Newbie
Posts: 19
Joined: Mon Mar 07, 2011 12:00 am

Re: How to install TChart (WPF)?

Post by moelski.net » Fri Mar 25, 2011 3:19 pm

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 :shock:

Maybe I have done somthing completely wrong during installation :?:

Greetz Dominik

Sandra
Site Admin
Site Admin
Posts: 3132
Joined: Fri Nov 07, 2008 12:00 am

Re: How to install TChart (WPF)?

Post by Sandra » Fri Mar 25, 2011 3:35 pm

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,
Best Regards,
Sandra Pazos / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply