I'm using UltraWebCharts to plot Gantt chart in my Web form.
1.I want to give user interactions in Gantt chart where user can select a time range on x-axis just like we do in outlook. Is it possible?
2. Able to give scroll bar on x axis but its not working. How can I make it working? Is there property need to set?
Hello Harjot,
After investigating this further, I determined that the Gantt chart does not support user interactions.
Additionally, setting scrollbar on the Gantt chart could be achieved by setting the EnableScrollBar property to true. However, the scrollbar which is displayed is the vertical one. I am currently looking into enabling the horizontal scrollbar. I will keep you posted on my progress and I will get back to you soon with more information or questions for you.
Regards, Monika Kirkova, Infragistics
Hi Monika,
Thank you for your reply.
1.Are user interactions possible on Windows forms control?2. Please let me know if you find solution for horizontal scrollbar.