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
225
Tooltip show away from Chart
posted

In a win form , pasted the control tab,inside the tab control i have pasted the tableLayoutPanel1, divided the layout into 4 and pasted the ultrachart control.

chart types - bar, heatmap, column bar, pie chart.

loaded the data manually using datatable. if i move the mouse pointer in the chart control, chart value display out of chat control. even i move the mouse pointer on second chart, the value displays in the first chart.

Kindly help me what could be the problem.

 

 

Parents
  • 53790
    posted

    Hello Nlsrini,

    I try to reproduce your scenario in a small sample and maybe you are looking for the property:

     - ultraChart1.Tooltips.Overflow = Infragistics.UltraChart.Shared.Styles.TooltipOverflow.ChartArea;

     

    Could you please take a look at the attached sample and let me know if this is what you are looking for. If you have any questions do not hesitate to ask me
    Regards

    UltraChartToolTip.zip
Reply Children