Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
200
Tooltips on each Item Labels on the Y column
posted

 

I am using

Infragistics.Win.UltraWinChart.UltraChart as a GanttChart
ultraChartLicenses.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 work
http://es.infragistics.com/community/forums/t/30045.aspx

Do you have sample project?

Parents
No Data
Reply
  • 200
    posted

    Hi There

    I have implemented the solution on the above linked, by adding a Boxes on the FillSceneGraph Event and rendered the tooltips
    I 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

     

     

Children