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!
Search found 8 matches
- Tue Aug 31, 2004 9:41 am
- Forum: .NET
- Topic: Stopping End & Start Points joining?
- Replies: 3
- Views: 7890
- Wed Aug 25, 2004 8:25 am
- Forum: .NET
- Topic: Stopping End & Start Points joining?
- Replies: 3
- Views: 7890
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...
- Tue Aug 24, 2004 10:52 am
- Forum: .NET
- Topic: Correct Date Time display on X axis & Graph orientation
- Replies: 11
- Views: 18548
- Thu Aug 19, 2004 11:27 am
- Forum: .NET
- Topic: Correct Date Time display on X axis & Graph orientation
- Replies: 11
- Views: 18548
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....
- Wed Aug 18, 2004 10:57 am
- Forum: .NET
- Topic: Correct Date Time display on X axis & Graph orientation
- Replies: 11
- Views: 18548
- Wed Aug 18, 2004 9:26 am
- Forum: .NET
- Topic: Correct Date Time display on X axis & Graph orientation
- Replies: 11
- Views: 18548
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...
- Mon Aug 16, 2004 4:09 pm
- Forum: .NET
- Topic: Correct Date Time display on X axis & Graph orientation
- Replies: 11
- Views: 18548
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...
- Mon Aug 16, 2004 8:33 am
- Forum: .NET
- Topic: Correct Date Time display on X axis & Graph orientation
- Replies: 11
- Views: 18548
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...