Search found 8 matches
- Thu Dec 08, 2016 2:05 am
- Forum: .NET
- Topic: Need Help with V2 reinstall
- Replies: 1
- Views: 5473
Need Help with V2 reinstall
I am in a situation where I need to rebuild an old legacy Winform application that included a version of TeeChart Pro V2. Don't really know what version of VS, probably 2005. In any case it's now 2016 and I need to rebuild it in VS 2015. I believe I finally have the old Win form code rebuild, includ...
- Tue May 15, 2007 9:21 pm
- Forum: .NET
- Topic: V2 issues with win32 on x64 machine?
- Replies: 1
- Views: 3876
V2 issues with win32 on x64 machine?
Hi:
I am in the process of moving my development machine from a winxp x86 box to a winxp x64 bit machine. The compiler seems to load the TeeChart assembly in the build process. Is it a simple setup issue or is there an x64 issue?
Thanks
I am in the process of moving my development machine from a winxp x86 box to a winxp x64 bit machine. The compiler seems to load the TeeChart assembly in the build process. Is it a simple setup issue or is there an x64 issue?
Thanks
- Thu Mar 08, 2007 12:28 am
- Forum: .NET
- Topic: Displaying Marks or Tooltips
- Replies: 4
- Views: 7744
Displaying Marks or Tooltips
Hi,
I have trapped the mouse move event for the tChart1 object but haven't figured out how to determine if the mouse is over a datapoint. Can someone help me with this? I would like to identify the point and I suppose either set marks.Visible=true for it or replace it with a tooltip.
Thanks.
I have trapped the mouse move event for the tChart1 object but haven't figured out how to determine if the mouse is over a datapoint. Can someone help me with this? I would like to identify the point and I suppose either set marks.Visible=true for it or replace it with a tooltip.
Thanks.
- Wed Mar 07, 2007 9:11 pm
- Forum: .NET
- Topic: Correcting line series
- Replies: 6
- Views: 8985
Got It!
Thanks for your help. I found what I was looking for in the tutorials!
- Wed Mar 07, 2007 5:01 pm
- Forum: .NET
- Topic: Correcting line series
- Replies: 6
- Views: 8985
That seems to do it
Thanks, the Steema.TeeChart.Styles.ValueListOrder.None; seems to have corrected the problem. I have another more general question. As you can see from the code snippet, I am actually plotting logs on the x-axis. Originally I was looking for a semi-log "graph paper" type plotting chart, but could not...
- Wed Mar 07, 2007 3:27 pm
- Forum: .NET
- Topic: Correcting line series
- Replies: 6
- Views: 8985
version
Sorry, I am using the 2.0.2306.26232
do I need to uninstall this version before I install the latest version from your website.
do I need to uninstall this version before I install the latest version from your website.
- Wed Mar 07, 2007 3:15 pm
- Forum: .NET
- Topic: Correcting line series
- Replies: 6
- Views: 8985
Code snippet
Thanks for your reply!!! Obviously the actual data is not as simple as I portrayed it, but hopefully with the snippet and the trace, you can reproduce it. I have also included a screen capture so that you can see what I am talking about (The red line upper left). http://www.engenious.com/downloads/s...
- Wed Mar 07, 2007 2:01 am
- Forum: .NET
- Topic: Correcting line series
- Replies: 6
- Views: 8985
Correcting line series
Hi: I have line data that looks something like this: x y 1.0075 9 1.0237 8 1.0398 7 1.0560 7 1.0721 7 1.0883 6 1.1044 6 1.1206 6 1.1367 4 I want TChart to draw the lines between the point in the order shown, however it draws it like this: x y 1.0075 9 1.0237 8 1.0721 7 draw this first 1.0560 7 these...