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?
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,
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.
Kind Regards,
I have also attached a pricture which shows the problem area,