Hi Narcís,
Thank you so much, that is exactly what we were looking for!
I really appreciate this and I’m looking forward to fully implementing this in our project.
Best regards,
Jerron
Search found 20 matches
- Wed Mar 04, 2009 6:46 pm
- Forum: ActiveX
- Topic: Problems with the downsample function
- Replies: 19
- Views: 25606
- Tue Feb 17, 2009 6:07 pm
- Forum: ActiveX
- Topic: Problems with the downsample function
- Replies: 19
- Views: 25606
- Tue Jan 20, 2009 6:55 pm
- Forum: VCL
- Topic: Clip function in OpenGL not working
- Replies: 7
- Views: 9844
Hi Narcís, Thanks for the quick response. I saw in another post that you are working on a new OpenGL engine for the next major release and that you were hoping to release this between the 2nd and 3rd quarter of this year (for the activex version) and possibly earlier for the beta release. Is this wh...
- Tue Jan 20, 2009 2:04 am
- Forum: VCL
- Topic: Clip function in OpenGL not working
- Replies: 7
- Views: 9844
- Tue Nov 04, 2008 5:39 pm
- Forum: ActiveX
- Topic: docked chart freezes when sized too small
- Replies: 15
- Views: 19840
- Tue Oct 21, 2008 5:37 pm
- Forum: ActiveX
- Topic: docked chart freezes when sized too small
- Replies: 15
- Views: 19840
Hi Narcís, Is there any news on this, will it be fixed in the next release? I'm a little concerened as our customers may start running into this bug and theres not any way for me to prevent it. I can't set a minimum size for the form because they can also encounter it by adding more axis. We use TCh...
- Tue Sep 23, 2008 5:02 pm
- Forum: ActiveX
- Topic: docked chart freezes when sized too small
- Replies: 15
- Views: 19840
- Fri Sep 19, 2008 6:05 pm
- Forum: ActiveX
- Topic: docked chart freezes when sized too small
- Replies: 15
- Views: 19840
Hi Narcis, I sent you another project which is almost the same as the last one but it has more labels and I made an installer for it. I also should mention, I took a brand new laptop out of the box, powered it up ran the installer on it and was able to reproduce the problem. So you should be able to...
- Thu Sep 18, 2008 5:46 pm
- Forum: ActiveX
- Topic: docked chart freezes when sized too small
- Replies: 15
- Views: 19840
Hi Narcis, I have a little more information that may be of some help. In the full application we are developing we use a selectable number of custom axis along the left side, if the form is sized small enough and enough custom axis are turned on, we also experience the lock up. Something else I just...
- Wed Sep 17, 2008 6:47 pm
- Forum: ActiveX
- Topic: docked chart freezes when sized too small
- Replies: 15
- Views: 19840
Hi Narcis, I double checked my project and looked through my registry and it everything I found was referencing a version v8.0.0.4 ocx. To make sure I uninstalled and v8.0.0.4 from your website but had no luck. As far as reproducing it are you running the project, grabbing the bottom of the form and...
- Tue Sep 16, 2008 5:33 pm
- Forum: ActiveX
- Topic: docked chart freezes when sized too small
- Replies: 15
- Views: 19840
- Mon Sep 15, 2008 5:18 pm
- Forum: ActiveX
- Topic: docked chart freezes when sized too small
- Replies: 15
- Views: 19840
- Fri Sep 12, 2008 9:04 pm
- Forum: ActiveX
- Topic: docked chart freezes when sized too small
- Replies: 15
- Views: 19840
docked chart freezes when sized too small
I am using Visual Studio 2005, If you create a new windows forms project drop TChart into it, set the dock property to fill, add some values to the series Random rnd = new Random(); for (int i = 0; i < 25; i++) { axTChart1.Series(0).AddNullXY((double)i, (double)rnd.Next(100), ""); } run the applicat...
- Tue Sep 09, 2008 5:50 pm
- Forum: ActiveX
- Topic: adding nan's to the begining or end of a series doesn't work
- Replies: 1
- Views: 4053
adding nan's to the begining or end of a series doesn't work
I noticed when a Nan is added to either the begining or end of a series it makes the chart graph a flat line, inserting Nan's in the middle works as expected, there is a break in the graph drawn and it doesn't make the chart graph a flat line the following code demonstrating this is using c# //break...
- Thu Jul 10, 2008 9:46 pm
- Forum: ActiveX
- Topic: Datetime precision loss
- Replies: 10
- Views: 15838
Hi Narcís, I see your point about the precision loss. However I’m assuming the code you used to convert between ticks and OLE Automation Dates was just to represent the data loss, here’s Microsoft’s actual conversion code via reflector private static double TicksToOADate(long value) { if (value == 0...