Hello!
I have an urgent problem. I'm using a Surface (with irregular chart) but whenever I clear the values and add new ones, the legend does not refresh.
I'm using TeeChart version 1.1.2379.21122.
Thanx a lot in advance!
Search found 20 matches
- Wed Nov 07, 2007 2:41 pm
- Forum: .NET
- Topic: Legend does not update its values
- Replies: 1
- Views: 4056
- Wed Feb 14, 2007 10:39 am
- Forum: .NET
- Topic: Parentform does not update when using Cursor Tool
- Replies: 3
- Views: 6028
Upload
Hello Edu,
I've just uploaded a sample project on your upload page. have a look at the label displaying the seconds!
What i've always wanted to know is where are you actually located?
Best regards
I've just uploaded a sample project on your upload page. have a look at the label displaying the seconds!
What i've always wanted to know is where are you actually located?
Best regards
- Wed Feb 14, 2007 9:26 am
- Forum: .NET
- Topic: Parentform does not update when using Cursor Tool
- Replies: 3
- Views: 6028
Parentform does not update when using Cursor Tool
Hello!
I'm using TeeChart for .NET version 1.1.2379.21122.
When I use the Cursor tool, the form in which the TeeChart control is embedded does not update. It seems that the parent form does not receive any paint-messages. Without using the Cursor tool, everything is fine.
Many thanks in advance!
I'm using TeeChart for .NET version 1.1.2379.21122.
When I use the Cursor tool, the form in which the TeeChart control is embedded does not update. It seems that the parent form does not receive any paint-messages. Without using the Cursor tool, everything is fine.
Many thanks in advance!
- Mon Sep 04, 2006 2:14 pm
- Forum: .NET
- Topic: Urgent: LicenseException with Version
- Replies: 1
- Views: 3540
Urgent: LicenseException with Version
Hello! I installed TeeChart version 1.1.2004.16592 with the binary installer (FileName: TeeChartNET1VS2002.exe). Then I upgraded to version 1.1.2307.20497 through the UpdateBuilder (FileName: TeeChartNET1UpdateBuild.exe). Unfortunately I cannot compile my software anymore because the compiler says s...
- Mon Aug 21, 2006 2:02 pm
- Forum: .NET
- Topic: LabelWidth & Runtime version
- Replies: 1
- Views: 3638
LabelWidth & Runtime version
Hello! I'm currently using TeeChart version 2 and I've experienced the following two problems: 1. Calling the function Steema.TeeChart.Axis.LabelWidth(double val) always causes an ArgumentException. The exception is actually thrown in System.Drawing.Graphics.MeasureString(...). It seems like TeeChar...
- Wed Aug 09, 2006 9:42 am
- Forum: .NET
- Topic: System.ComponentModel.LicenseException
- Replies: 3
- Views: 6012
I don't know anymore
Hello!
I really don't know anymore since I installed it 3 years ago!
I really don't know anymore since I installed it 3 years ago!
- Wed Aug 09, 2006 8:31 am
- Forum: .NET
- Topic: System.ComponentModel.LicenseException
- Replies: 3
- Views: 6012
System.ComponentModel.LicenseException
Hello! I downloaded the 'TeeChart for .NET v1 Update Build' and installed it. Therefore, I'm using TeeChart version 1.1.2307.20497. But whenever I want to drag a TChart onto my Form, I get a NullReferenceException. Through debugging Visual Studio I found out that it is actually a System.ComponentMod...
Rotate
Hello!
I'm working with a surface and a rotate. When I start my program, the 3D-surface is shown from a side view. Then I can use the rotate-tool to see the surface from a top view.
But how can I programatically specify to start the application from the top view?
Best regards
I'm working with a surface and a rotate. When I start my program, the 3D-surface is shown from a side view. Then I can use the rotate-tool to see the surface from a top view.
But how can I programatically specify to start the application from the top view?
Best regards
- Fri Jun 16, 2006 10:37 am
- Forum: .NET
- Topic: Floatingpoint numbers in ColorGrid
- Replies: 4
- Views: 6590
Thank you
Thank you!
It works fine here now as welL!
It works fine here now as welL!
- Fri Jun 16, 2006 10:18 am
- Forum: .NET
- Topic: Floatingpoint numbers in ColorGrid
- Replies: 4
- Views: 6590
I'm using version 1.1.2307.20497. Unfortunately it does not work with a Surface-style either. What i've found out so far is that the following lines work fine: this.colorGrid1.Add((double)0.0, (double)1.0, (double)1.0); this.colorGrid1.Add((double)1.0, (double)3.0, (double)1.0); this.colorGrid1.Add(...
- Fri Jun 16, 2006 7:18 am
- Forum: .NET
- Topic: Floatingpoint numbers in ColorGrid
- Replies: 4
- Views: 6590
Floatingpoint numbers in ColorGrid
Hello! I'm facing problems populating a ColorGrid! I want to add values like this: this.colorGrid1.Add(4.2, 4.3, 5.5); this.colorGrid1.Add(5.3, 3.1, 5.5); this.colorGrid1.Add(4.2, -2.5, 6.2); this.colorGrid1.Add(5.3, 1.0, 6.2); It is unavoidable to add floating point numbers and they have to be disp...
ColorGrid
I want to display certain values in a ColorGrid. Therefore, I wrote the following code: colorGrid1.ClearPalette(); colorGrid1.AddPalette(1.0, Color.Red); colorGrid1.AddPalette(1.5, Color.Blue); colorGrid1.AddPalette(2.0, Color.Black); this.colorGrid1.BeginUpdate(); this.colorGrid1.Clear(); double[] ...
- Thu Jan 12, 2006 3:51 pm
- Forum: .NET
- Topic: TeeChart v2
- Replies: 1
- Views: 3982
TeeChart v2
Do you need the .NET-framework version 2.0 to run TeeChart v2?
- Tue Jan 10, 2006 4:29 pm
- Forum: .NET
- Topic: Position in zoom window
- Replies: 5
- Views: 7976
- Tue Jan 10, 2006 2:49 pm
- Forum: .NET
- Topic: Position in zoom window
- Replies: 5
- Views: 7976
unfortunately I cannot do what you suggested because I don't want to know the most right x-value of the series. I want to know the most right x-value that is shown on the canvas. And I need to do this in the tChart_BeforeDrawSeries-method because I'm working with annotations which need to be sticked...