Hello,
I have a radchart and I added tooltips for the items. Everything works fine IF I disable the chart scroll bars:
I have a radchart and I added tooltips for the items. Everything works fine IF I disable the chart scroll bars:
RadChart1.ClientSettings.ScrollMode = ChartClientScrollMode.None
But if I enable the scroll bars:
RadChart1.ClientSettings.ScrollMode = ChartClientScrollMode.Both
then tooltips cannot be seen anymore!
Why is this happening? Is this a bug?
Thank you,
M. Rusu