Search found 8 matches

by Mods
Tue Aug 31, 2004 9:41 am
Forum: .NET
Topic: Stopping End & Start Points joining?
Replies: 3
Views: 7578

No, i havent. It is no longer a problem as i have constructed so the points are continually joined, even on static displays, however it becomes an issue again, i will let you know if what you have recommended works.

Thanks for all your help!
by Mods
Wed Aug 25, 2004 8:25 am
Forum: .NET
Topic: Stopping End & Start Points joining?
Replies: 3
Views: 7578

Stopping End & Start Points joining?

I am Using C# for the .NET compact framework with the TeeChat.Pocket libary on a Pocket PC 2003. My graph is drawn continusly with rolling points, however i have also enabled so that graph value s are written to a file and when a user clicks a button the graph pause's and retrieves the values from t...
by Mods
Tue Aug 24, 2004 10:52 am
Forum: .NET
Topic: Correct Date Time display on X axis & Graph orientation
Replies: 11
Views: 17598

Yes, it seems to work fine in the normal libary, as it must do for you there, but unfortunately it has no effect using the pocket libary for the pda/pocket pc. This may be another bug you may need to look into for the next maintence release!

Thanks for all your help, Matthew.
by Mods
Thu Aug 19, 2004 11:27 am
Forum: .NET
Topic: Correct Date Time display on X axis & Graph orientation
Replies: 11
Views: 17598

Thankyou very much chris, I now have 1 series working. The only problem is that changing the label's angle properties seem to have no effect, no matter what value I change them to? Is this another bug, or do i need to do something else? this.tChart2.Axes.Bottom.Labels.Angle = 270; this.tChart2.Axes....
by Mods
Wed Aug 18, 2004 10:57 am
Forum: .NET
Topic: Correct Date Time display on X axis & Graph orientation
Replies: 11
Views: 17598

This is when the PDA is vertical, so when its turned on its side (rotate 90 clockwise) it looks like a normal line series, with values being added left to right.

Matthew
by Mods
Wed Aug 18, 2004 9:26 am
Forum: .NET
Topic: Correct Date Time display on X axis & Graph orientation
Replies: 11
Views: 17598

Thanks for your speedy reply Chris, but I have realised some things from then. I am already plotting using the equivalent of a horizontal Line series. When the PDA is turned on it side I will get vertical lines coming up from the y-axis. I ultimately need to plot vertical lines (not bar charts) comi...
by Mods
Mon Aug 16, 2004 4:09 pm
Forum: .NET
Topic: Correct Date Time display on X axis & Graph orientation
Replies: 11
Views: 17598

OK, for the first point if its a bug, then fair enough theres nothing we can do. In the second case, if the only way to change the orientation of the graph is say horizontal line series, then i would require a method that allows me to plot dateTime values on the Y axis and double values on the X axi...
by Mods
Mon Aug 16, 2004 8:33 am
Forum: .NET
Topic: Correct Date Time display on X axis & Graph orientation
Replies: 11
Views: 17598

Correct Date Time display on X axis & Graph orientation

Hello, using TeeChart for Visual Studio, with .NET in C# i am having a couple of problems developing my program for the pocket PC 2003: 1. I have set my x series to date time values, and the x axis is set as date time values. The data is constantly added to the graph dynamically with a double y valu...