Hi There,
I have a couple of charts that has custom itemtooltips. These tooltips work fine.
But now I need to zoom on a chart, so I've added these two lines :
I have a couple of charts that has custom itemtooltips. These tooltips work fine.
But now I need to zoom on a chart, so I've added these two lines :
caArea.ZoomScrollSettingsX.ScrollMode =
ScrollMode.ScrollAndZoom;
caArea.ZoomScrollSettingsY.ScrollMode =
ScrollMode.ScrollAndZoom;
Now the tooltips does not show at all.
Also the Itemclick event does not get raised. It is as if the chart never gets focus, but instead the scroll bars.
Any help or suggestions would be greatly appreciated.
Regards
Frikkie