3 Answers, 1 is accepted
0
Hello Soham,
Could you please clarify what do you mean by "bars" and "title side of bars"?
Also, providing more information and screenshots on your scenario and what you wish to achieve will be very helpful in order for us to assist you.
Regards,
Polya
Telerik by Progress
Could you please clarify what do you mean by "bars" and "title side of bars"?
Also, providing more information and screenshots on your scenario and what you wish to achieve will be very helpful in order for us to assist you.
Regards,
Polya
Telerik by Progress
Do you need help with upgrading your WPF project? Try the Telerik API Analyzer and share your thoughts!
0
soham
Top achievements
Rank 1
answered on 27 Oct 2016, 04:18 AM
Hello Polya
Thanks for your reply.
I want to display text side of bars in Gantt chart. currently it is displayed on bars.
Please see the attachment
0
Hi Soham,
In order to modify the containers in the TimeLine area of the RadGanttView you should change their corresponding style (EventContainerStyle, SummaryContainerStyle, MilestoneContainerStyle).
By modifying the EventContainerStyle you can remove the undesired event text from its control template.
You can find more information about RadGanttView styles here: http://docs.telerik.com/devtools/wpf/controls/radganttview/styles-and-templates/overview
In order to add the text next to the event container you can add custom containers to the TimeLine area of the RadGanttView. We have a great help article demonstrating how to achieve that: http://docs.telerik.com/devtools/wpf/controls/radganttview/howto/customize-the-timeline
Regards,
Polya
Telerik by Progress
In order to modify the containers in the TimeLine area of the RadGanttView you should change their corresponding style (EventContainerStyle, SummaryContainerStyle, MilestoneContainerStyle).
By modifying the EventContainerStyle you can remove the undesired event text from its control template.
You can find more information about RadGanttView styles here: http://docs.telerik.com/devtools/wpf/controls/radganttview/styles-and-templates/overview
In order to add the text next to the event container you can add custom containers to the TimeLine area of the RadGanttView. We have a great help article demonstrating how to achieve that: http://docs.telerik.com/devtools/wpf/controls/radganttview/howto/customize-the-timeline
Regards,
Polya
Telerik by Progress
Do you need help with upgrading your WPF project? Try the Telerik API Analyzer and share your thoughts!