I use a line series and the tooltip doesn't display when ScrollMode.ZoomAndScroll is set as follows
chart1.DefaultView.ChartArea.ZoomScrollSettingsX.ScrollMode =
ScrollMode.ScrollAndZoom;
When I comment the above line, tooltip is displayed in the line series.
Will this issue be fixed in official release ?