This is a migrated thread and some comments may be shown as answers.

How to populate Chart from right to left instead of left to right?

2 Answers 59 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Jon-Jon Kershaw
Top achievements
Rank 2
Jon-Jon Kershaw asked on 04 Feb 2009, 04:36 PM
On another chart I was able to just sort the table asc instead of desc but this time the table isn't the same.  In the other table the time was able to adjust on the SQL query because using SQL tables but this table is in Informix and SQL isn't as programmable. So I have incremental time for 30min matching on two tables 0:00 0:30 1:00 .... 23:00 23:30 etc. and I only need 7 hours prior to the current time.  When I loop 0 to 14 it will always start at 0 and if i do 14 to 0 it'll always start at 7:00 (i think).  So instead of writing out code to allow to find the time and so on can I just reverse the chart?

Thanks.

2 Answers, 1 is accepted

Sort by
0
Vladimir Milev
Telerik team
answered on 06 Feb 2009, 04:43 PM
Hi Jon-Jon Kershaw,

Unfortunately such functionality is not supported. Also I don't think it is possible to achieve this using some sort of  a work-around.  We sincerely apologize for the inconvenience.

All the best,
Vladimir Milev
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Jon-Jon Kershaw
Top achievements
Rank 2
answered on 06 Feb 2009, 04:44 PM
actually i was able to perform the task but it took some finagling the code using datetime and spliting the time and getting 7 hours prior to current time in 30min increment.  .  then i was able perfom the SQL query to sort in reverse order to get my results in right to left order.

Thanks.
Tags
Chart (Obsolete)
Asked by
Jon-Jon Kershaw
Top achievements
Rank 2
Answers by
Vladimir Milev
Telerik team
Jon-Jon Kershaw
Top achievements
Rank 2
Share this question
or