Search found 13 matches

by ATS
Mon May 25, 2009 1:39 pm
Forum: .NET
Topic: TeeChart not painting
Replies: 5
Views: 6971

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...
by ATS
Mon May 25, 2009 12:37 pm
Forum: .NET
Topic: TeeChart not painting
Replies: 5
Views: 6971

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...
by ATS
Mon May 25, 2009 12:25 pm
Forum: .NET
Topic: TeeChart not painting
Replies: 5
Views: 6971

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...
by ATS
Fri May 22, 2009 6:55 pm
Forum: .NET
Topic: TeeChart not painting
Replies: 5
Views: 6971

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...
by ATS
Thu Apr 27, 2006 5:21 pm
Forum: .NET
Topic: Datetime values cut off on right side of horizontal bar char
Replies: 1
Views: 3806

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.
by ATS
Mon Sep 27, 2004 5:22 pm
Forum: .NET
Topic: chart shows no data unless added before calling subroutines
Replies: 11
Views: 16990

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...
by ATS
Thu Sep 23, 2004 3:25 pm
Forum: .NET
Topic: chart shows no data unless added before calling subroutines
Replies: 11
Views: 16990

We loaded 2 new files in the directory you mentioned earlier:

atsChartTest.zip
atsReadme0921.txt

Please read the text file to understand how I simplified the application you tested earlier. It should now be much easier for you to run our app, without having to use sockets or data files.

Thank you.
by ATS
Mon Aug 16, 2004 4:07 pm
Forum: .NET
Topic: chart shows no data unless added before calling subroutines
Replies: 11
Views: 16990

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...
by ATS
Tue Aug 10, 2004 2:25 pm
Forum: .NET
Topic: chart shows no data unless added before calling subroutines
Replies: 11
Views: 16990

We just loaded 4 files into the newsgroup you specified. The files are:

Readme.txt
alignStep.zip
teeClient.py
teeX.dat

I am sorry for not responding earlier, as I was on holidays. :D
by ATS
Fri Jul 23, 2004 6:40 pm
Forum: .NET
Topic: chart shows no data unless added before calling subroutines
Replies: 11
Views: 16990

Yes, I did try .Refresh(), and I tried it again today.

When the .Add() code works (outside of the thread), there is no .Refresh() or similar method required.
by ATS
Thu Jul 22, 2004 3:31 pm
Forum: .NET
Topic: chart shows no data unless added before calling subroutines
Replies: 11
Views: 16990

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. ...
by ATS
Thu Jul 22, 2004 1:58 pm
Forum: .NET
Topic: Are they fixed?
Replies: 1
Views: 5593

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.
by ATS
Tue Jul 20, 2004 8:46 pm
Forum: .NET
Topic: How to bind a datatable to gantt series?
Replies: 1
Views: 5861

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...