1) I'm succeeded to show Radchart as a template column in Radgrid and Series Orientation="Horizontal". here I want to display time interval (half hour difference (0,0:30,1:00)) in X axis, for this, I followed your code snippet chart.Series(0).Add Item(Date Time.Now.Hour Mod 30) and it is displaying from 0 to current time with interval 2 hours.
2)I dont want to display Y axis values.
The above one is stacked rad chart.
3) Based on the time value from database I need to change color on stacked bar at particular place with exact time value in X axis.
Could you please suggest me how to achieve it and would be appreciate if you provide some example
2)I dont want to display Y axis values.
The above one is stacked rad chart.
3) Based on the time value from database I need to change color on stacked bar at particular place with exact time value in X axis.
Could you please suggest me how to achieve it and would be appreciate if you provide some example