Thanks Alexander for helping me in resolving the issue.
Regards,
Harjot
Hello Grover,
Thank you for your response!
Did you try implementing your custom logic inside the IRenderLabel interface implementation?
You can refer to this help topic to see an example of such implementation - https://es.infragistics.com/help/winforms/chart-customize-labels-using-the-irenderlabel-interface
Note that this topic is about our WinForms chart component, however, you can use the same approach in your WebForms application.
Update: Note that the WinForms topic is about setting a custom label and you need a custom tooltip so you need to change that in your code.
Best regards,Alexander
Hello Alexander,
Thank you the solution.
Using this I'm able to give custom message in tooltip.
But this is showing same message for all taskItems.
How I can give unique message for each Task item (GanttTimeEntry)
For example, In case of Employee, I want to show employee specific details.
Please provide a sample for that.
Thank you
I am attaching an example that I hope you will find useful. Please, have in mind that the current implementation demonstrates how you can set a custom tooltip, however it will display the same text in all tooltips now.
In order to set specific message for each tooltip you should uncomment the "IRenderLabel" interface and its' implementation and implement your own logic there.
Please, let me know if you need any assistance on this task!
WebApplication11.zip
Thank you for your reply.
No. I'm looking for customizing tooltip in gantt charts.
Something like point 6 in this link.
https://es.infragistics.com/help/winforms/chart-use-predefined-and-custom-label-styles
can you help me with sample code for this implementation