I,m very new to radc:RadChart.
This may be really simple thing. But still cannot do this. radc:RadChart I started today.:)
I have a bar chart, which I need to display 24 hours in X value, but I need to display this value as string. Because this a dynamic field I'm getting from database.
as an example i need to display last 24 hours as 1 hour time gap from current time to back 24 hours.
9.34-8.34| 8.34 - 7.34 | 7.34-6.34| ...
I have this data. I just want to add this value to label and display on x axix.
For y axix I have integer value coming from same table.
My table structure as belows. It has only two columns.
count - int -> Y axix
TimeSpan - string -> X axix
Appreciate help., I'm already playing with charts..
This may be really simple thing. But still cannot do this. radc:RadChart I started today.:)
I have a bar chart, which I need to display 24 hours in X value, but I need to display this value as string. Because this a dynamic field I'm getting from database.
as an example i need to display last 24 hours as 1 hour time gap from current time to back 24 hours.
9.34-8.34| 8.34 - 7.34 | 7.34-6.34| ...
I have this data. I just want to add this value to label and display on x axix.
For y axix I have integer value coming from same table.
My table structure as belows. It has only two columns.
count - int -> Y axix
TimeSpan - string -> X axix
Appreciate help., I'm already playing with charts..