Hello,
My name is Marcelo.
I'm generating a grafic, in X axis I'm putting dates and in Y axis I'm putting double..
I'm having problems with CursorTool, when I get the values, I need to take the exactly value in X axis,
but I get a value double when I put a date...
I try to convert this value to date..but It's imposible.
Any idea, How I could to solve this problem?
Thank in advance.
Best Regards
Marcelo
Problem with CursorTool
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Marcelo,
You could try using FromOADate method, for example:
Hope this helps!
You could try using FromOADate method, for example:
Code: Select all
DateTime dt = DateTime.FromOADate(tChart1[0].XValues[0]);
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |