Search found 6 matches

by Holger Persch
Wed Nov 09, 2005 11:05 am
Forum: .NET
Topic: Visual Studio 2005 compatibility
Replies: 11
Views: 13248

Visual Studio 2005 compatibility

Hi,

Has TeeChart .NET V1 and V2 full compatibility to the recently released Visual Studio 2005 RTM version?
by Holger Persch
Tue Jun 28, 2005 11:14 am
Forum: .NET
Topic: Gridlines and DashStyle
Replies: 8
Views: 12293

Hi,

Was the problem addressed in version 2 or is it related to basic classes contained in the .NET framework?

If it is related to the .NET framework, do you know if Microsoft is aware about it or have you sent a bug report to Microsoft?

Regards,
Holger Persch
by Holger Persch
Wed Jun 22, 2005 6:21 am
Forum: .NET
Topic: How to download TeeChart for .NET V2 evaluation version?
Replies: 2
Views: 5675

How to download TeeChart for .NET V2 evaluation version?

Hi, I tried to download the TeeChart for .NET V2 evaluation version, but unfortunately I couldn't find the correct link. We are already using TeeChart for .NET V1 and I would like to check what's new and what has been changed in V2. For sure we will upgrade to V2, but first I need to convince my bos...
by Holger Persch
Mon Mar 21, 2005 9:08 am
Forum: .NET
Topic: Customized Legend
Replies: 7
Views: 11994

Hi Narcís, Thanks for your help, this gave me an idea how to solve it. Are there any plans for implementing a customizable legend (like Dundas Chart has) into TeeChart.Net. This could be look like: this.TChart1.Legend.LegendStyle = LegendStyles.Custom; this.TChart1.Legend.SetItem(0, "HT", Color.Red)...
by Holger Persch
Wed Mar 16, 2005 1:57 pm
Forum: .NET
Topic: Customized Legend
Replies: 7
Views: 11994

Hi Narcis, Thanks for the help, but unfortunately it doesn't fit my needs. I have create a sample, please try the following code: private void Form1_Load(object sender, System.EventArgs e) { this.tChart1.Aspect.View3D = true; this.line1 = this.tChart1.Series.Add(new Steema.TeeChart.Styles.Line()) as...
by Holger Persch
Wed Mar 16, 2005 1:06 pm
Forum: .NET
Topic: Customized Legend
Replies: 7
Views: 11994

It works now, but I don't know why. Strange!