By default, when we mouseover to column chart, it shows the tooltip. But, I only want to show tooltip when click on colum,not using mouseover event default.We have the way for this solution ?Please help me.
Thanks everyone.!!!
Hi,
You have to set following property:
UltraChart1.Tooltips.Display = Infragistics.UltraChart.Shared.Styles.TooltipDisplay.MouseClick;
Thanks for help.Today, I have a new feedback(not relate to above) .It wants when mouseover on column show tooltip.At the same time,click on column chart ,it will pop up new window with value of column is clicked.How to solve this problem?Plz show me the solution!!!
Thanks adv!
you can either handle the ChartDataClicked event on the server or handle the ClientSideEvents.ClientOnMouseClick event on the client.