Search found 13 matches
- Mon May 25, 2009 1:39 pm
- Forum: .NET
- Topic: TeeChart not painting
- Replies: 5
- Views: 7286
Fixed
Well, this is strange. I first tried using a "#if 0" to block out all of the code on the form, to try to isolate what part of my code was bothering the TeeChart control. This left me with no ability to create a series at runtime, so I opened the designer and added a series there. The chart control t...
- Mon May 25, 2009 12:37 pm
- Forum: .NET
- Topic: TeeChart not painting
- Replies: 5
- Views: 7286
Update build doesn't help
Okay, I copied the DLL and XML files plus Release.txt from the Update Build folder into the main TeeChart installation folder. Now when I build my project, I get the latest version. So that's one step in the right direction. Unfortunately, this didn't resolve the problem. I'll try to build a test pr...
- Mon May 25, 2009 12:25 pm
- Forum: .NET
- Topic: TeeChart not painting
- Replies: 5
- Views: 7286
Update build installation
Hi, You're right, it's not the latest. The "About" dialog shows version 1.1.2004.16592. But I've installed the Update Build... I looked in C:\Program Files\Steema Software and I see two folders: TeeChart for .NET v1 -- contains version 1.1.2004.16592 TeeChart for .NET v1 Update Build -- contains ver...
- Fri May 22, 2009 6:55 pm
- Forum: .NET
- Topic: TeeChart not painting
- Replies: 5
- Views: 7286
TeeChart not painting
I'm maintaining an application that uses the TeeChart .NET v1 control. This app was originally developed in VS2003 but has since been updated to VS2005. I believe I have the latest TeeChart .NET v1 update build installed. The problem is that the control isn't painting until I do something that force...
- Thu Apr 27, 2006 5:21 pm
- Forum: .NET
- Topic: Datetime values cut off on right side of horizontal bar char
- Replies: 1
- Views: 3918
Datetime values cut off on right side of horizontal bar char
I have moved my legend from the right to the left side of my horizontal bar chart. Now, when I resize the chart to be 600 pixels wide, the last datetime on the horizontal axis is cut off. Sometimes, the datetimes overlap as well.
- Mon Sep 27, 2004 5:22 pm
- Forum: .NET
- Topic: chart shows no data unless added before calling subroutines
- Replies: 11
- Views: 18012
Thank you again Chris, If I am understanding your post correctly, the problem we see is in VS and/or Windows 2000/XP, no ? May I ask what versions of VS and Windows 2000/XP you used to do your test ? If you have seen a problem similar to this before, could you give us any suggestions on resolving it...
- Thu Sep 23, 2004 3:25 pm
- Forum: .NET
- Topic: chart shows no data unless added before calling subroutines
- Replies: 11
- Views: 18012
- Mon Aug 16, 2004 4:07 pm
- Forum: .NET
- Topic: chart shows no data unless added before calling subroutines
- Replies: 11
- Views: 18012
Thank you for responding. Please read the content of 'Readme.txt'. The presence of this file was noted in my previous post. As noted in that file, 'chartTest' needs to be false. If getting input via a socket is awkward for you to test with, feel free to just modify the app to hardcode that input. Or...
- Tue Aug 10, 2004 2:25 pm
- Forum: .NET
- Topic: chart shows no data unless added before calling subroutines
- Replies: 11
- Views: 18012
- Fri Jul 23, 2004 6:40 pm
- Forum: .NET
- Topic: chart shows no data unless added before calling subroutines
- Replies: 11
- Views: 18012
- Thu Jul 22, 2004 3:31 pm
- Forum: .NET
- Topic: chart shows no data unless added before calling subroutines
- Replies: 11
- Views: 18012
chart shows no data unless added before calling subroutines
My chart has 2 "line" series that display OK when their data is added in code contained in form1's activated event subroutine. However, if the same code is executed in another subroutine in form1.vb, as part of a second thread, the chart shows no data. That thread is started by the activated event. ...
- Thu Jul 22, 2004 1:58 pm
- Forum: .NET
- Topic: Are they fixed?
- Replies: 1
- Views: 5851
Are they fixed?
I have two problems:
1. x-Asix datetime formate "dd/mm hh:mm", it always treat month(dd/mm) as minute.
2. after I maximum my window, some marks don't move to the right position.
How to fix them?
Thanks.
1. x-Asix datetime formate "dd/mm hh:mm", it always treat month(dd/mm) as minute.
2. after I maximum my window, some marks don't move to the right position.
How to fix them?
Thanks.
- Tue Jul 20, 2004 8:46 pm
- Forum: .NET
- Topic: How to bind a datatable to gantt series?
- Replies: 1
- Views: 6226
How to bind a datatable to gantt series?
I tried to use this.lotChart.YValues.DataMember=datasource.Columns["LotTypeID"].ToString(); this.lotChart.LabelMember=datasource.Columns["LotName"].ToString(); this.lotChart.StartValues.DataMember=datasource.Columns["StartTime"].ToString(); this.lotChart.EndValues.DataMember=datasource.Columns["Stop...