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.
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 meRegards
the above solution is not working . Please find the attached screen shot.