How do I get the RadChart to bind to a date column from SQL on the X-Axis?
I have the following coming back from a stored proc (below are the column names and datatype as they are defined in the table and returned by the stored proc
taskname - string
startdate - datetime
enddate - datetime
duration - integer
I cannot for the life of me figure out how to the x-axis to display a date duration along the bottom that will at least take into account the earliest date and the latest date in the dataset returned from the stored proc. Do I need to return start and end dates in the stored proc? Configure it somewhere else? Any help would be appreciated!
I have the following coming back from a stored proc (below are the column names and datatype as they are defined in the table and returned by the stored proc
taskname - string
startdate - datetime
enddate - datetime
duration - integer
I cannot for the life of me figure out how to the x-axis to display a date duration along the bottom that will at least take into account the earliest date and the latest date in the dataset returned from the stored proc. Do I need to return start and end dates in the stored proc? Configure it somewhere else? Any help would be appreciated!