Hi,
Has TeeChart .NET V1 and V2 full compatibility to the recently released Visual Studio 2005 RTM version?
Search found 6 matches
- Wed Nov 09, 2005 11:05 am
- Forum: .NET
- Topic: Visual Studio 2005 compatibility
- Replies: 11
- Views: 13315
- Tue Jun 28, 2005 11:14 am
- Forum: .NET
- Topic: Gridlines and DashStyle
- Replies: 8
- Views: 12355
- Wed Jun 22, 2005 6:21 am
- Forum: .NET
- Topic: How to download TeeChart for .NET V2 evaluation version?
- Replies: 2
- Views: 5704
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...
- Mon Mar 21, 2005 9:08 am
- Forum: .NET
- Topic: Customized Legend
- Replies: 7
- Views: 12066
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)...
- Wed Mar 16, 2005 1:57 pm
- Forum: .NET
- Topic: Customized Legend
- Replies: 7
- Views: 12066
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...
- Wed Mar 16, 2005 1:06 pm
- Forum: .NET
- Topic: Customized Legend
- Replies: 7
- Views: 12066