I am using
Infragistics.Win.UltraWinChart.UltraChart as a GanttChartultraChartLicenses.Axis.Y.Labels.ItemFormatString = "<ITEM_LABEL>";
Y column displays Item Labels.Is it possible to add Tooltips on each Item Labels on the Y column?
I have read and tried the following article and it didn't workhttp://ko.infragistics.com/community/forums/t/30045.aspx
Do you have sample project?
Hi There
I have implemented the solution on the above linked, by adding a Boxes on the FillSceneGraph Event and rendered the tooltipsI have get it some of it working, but there is still a problem.
When it the mouse is hovered on A section [in the graphical bar area], it displays the Tooltip.
But When hovered on B section [in the Axis Y label area], it doesn't display Tooltip for the drawn Box.
Section A is on the chart area.
Section B is on the Axis Y area.
In order to demonstrate the problem I have drawned the box wider to stretched to the graph area with borders.
Regards,
Zafer
Hello Zafer,
Thank you for contacting Infragistics.
Would you be able to provide a sample project demonstrating what you've implemented so far? This way I can start from what you have.
Hi Dave,
Did you have chance to look at my sample I have attcahed?
Kind Regards,
I have submitted the issue regarding the firing of the DataItemOver event to our engineers for them to research. I have created support case CAS-136787-X5S8Z7 to track the issue.
Thank you for your response.
I looked at your project and saw you were using the UltraWebChart approach for the UltraWinChart. I modified your sample to use the UltraWinChart approach and I've attached it to this post.
I discovered an issue with the UltraChart while working on the sample. If you move your mouse over the Y axis labels you'll see that the tooltips don't appear until the mouse is over a point slightly higher than the labels. I am doing some more research into this and I will send another update when I have more information.