This question is locked. New answers and comments are not allowed.
Good morning,
I'm new to the telerik radchart control. I'm looking to put multiple items per row in a gantt chart. For example, if I had the following data
Name To From
Person1 1/1/2009 1/10/2009
Person1 1/12/2009 1/14/2009
Person1 1/15/2009 1/18/2009
Person2 1/8/2009 1/10/2009
Person2 1/15/2009 1/18/2009
So you'd have dates along the X-axis, names along the Y-axis. There would be two rows on the Y-axis (Person1 and Person2) and the graph would contain 3 values for Person1 and 2 values for Person2.
I'm not sure how to structure the code and setup the databinding to accomplish this.
Thank you,
Scott Vercuski
I'm new to the telerik radchart control. I'm looking to put multiple items per row in a gantt chart. For example, if I had the following data
Name To From
Person1 1/1/2009 1/10/2009
Person1 1/12/2009 1/14/2009
Person1 1/15/2009 1/18/2009
Person2 1/8/2009 1/10/2009
Person2 1/15/2009 1/18/2009
So you'd have dates along the X-axis, names along the Y-axis. There would be two rows on the Y-axis (Person1 and Person2) and the graph would contain 3 values for Person1 and 2 values for Person2.
I'm not sure how to structure the code and setup the databinding to accomplish this.
Thank you,
Scott Vercuski