This question is locked. New answers and comments are not allowed.
Hi,
I've read the posts of the past 3 years, but couldn't find an answer to my question.
I have a Gantt chart that displays timespan information. The data structure is quite simple:
string Name;
double FromDate;
double ToDate;
I'd like the timespans to be manually changed by dragging beginning or the end of the Gantt data item. This change then should be reflected in the underlying data.
I tried to use BindlingList<MyObject> as the DataSource, but the problem is that I can't change the data on the chart.
Can you please help me out with this?
Thanks!
I've read the posts of the past 3 years, but couldn't find an answer to my question.
I have a Gantt chart that displays timespan information. The data structure is quite simple:
string Name;
double FromDate;
double ToDate;
I'd like the timespans to be manually changed by dragging beginning or the end of the Gantt data item. This change then should be reflected in the underlying data.
I tried to use BindlingList<MyObject> as the DataSource, but the problem is that I can't change the data on the chart.
Can you please help me out with this?
Thanks!