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://es.infragistics.com/community/forums/t/30045.aspx
Do you have sample project?
Hello Zafer,
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.
Hi Dave,
Did you have chance to look at my sample I have attcahed?
Kind Regards,
I have also attached a pricture which shows the problem area,
Regards,
Hi,
I have attached attached a sample project which shows the problem.
Inside the ChartFillSceneGraph_Event function, I have added Box'es wider and shows the box perimeter.
When it is hovered in the box on the Chart area, right hand side of the Y column, it shows the Tooltips,
but when it is hovered in the box on the column area, left hand side of the Y column, it doesn't show the Tooltips.