Hi, I'm working in a Gantt Chart, I'd like to have three series and I add them like this
GanttSeries s1 = new GanttSeries("Closed");
GanttSeries s2 = new GanttSeries("Actual");
GanttSeries s3 = new GanttSeries("Planned");
But it only add 2 lines, one red and one blue, my question here is:
is it possible to add 3 time series in the gantt chart? and no only two?, let me know thanks,
Regards
Gantt Chart multi colections
Re: Gantt Chart multi colections
As far as I'm aware you should be able to add as many series as you want. If it is not working, send me a small demo showing the problem and I will trace the bug.
Regards,
Dave Gilbert
Regards,
Dave Gilbert
Re: Gantt Chart multi colections
Thanks Dave, it works fine now, I have another question how can you set a particular color to each series that are being displayed in the chart?, thanks in advance.
Regards.
Regards.