Search found 4 matches
- Tue Oct 19, 2010 4:31 pm
- Forum: Java
- Topic: Adding multiple series using an array
- Replies: 2
- Views: 6458
Re: Adding multiple series using an array
Now Working. Thanks!
- Tue Oct 19, 2010 1:28 pm
- Forum: Java
- Topic: Adding multiple series using an array
- Replies: 2
- Views: 6458
Adding multiple series using an array
Hi All. I have spent hours looking through the forum for a simple way to add mutiple series using arrays with no luck :( So i have come for some help.... let me explain. I have a application where the user can select a variable number of series to chart. Its working with a fixed number of variables....
- Tue Oct 19, 2010 12:32 pm
- Forum: Java
- Topic: date time format not working
- Replies: 3
- Views: 7239
Re: date time format not working
Perfect.
Thanks
Thanks
- Mon Oct 18, 2010 10:33 am
- Forum: Java
- Topic: date time format not working
- Replies: 3
- Views: 7239
date time format not working
Hi Everyone. This is my first time on the support forum so sorry if i have missed some information. Im trying to display date time data on a graph and i want it to be quick so I add data using arrays and date time as milliseconds since epoch: rs = conn.QueryDB("Select millisecondssinceepoch(thedatet...