Zooming and scrolling on the x-axis seems to have some issues:
The .avi file linked here shows me using the mouse to drag the scrollbar around and dragging the scrollbar handles to zoom in and out:
telerikchartzoomscrollbugs.avi
My xaml is simply:
<telerikChart:RadChart.DefaultView>
<telerikCharting:ChartDefaultView>
<telerikCharting:ChartDefaultView.ChartArea>
<telerikCharting:ChartArea>
<telerikCharting:ChartArea.ZoomScrollSettingsX>
<telerikCharting:ZoomScrollSettings ScrollMode="ScrollAndZoom"/>
</telerikCharting:ChartArea.ZoomScrollSettingsX>
</telerikCharting:ChartArea>
</telerikCharting:ChartDefaultView.ChartArea>
</telerikCharting:ChartDefaultView>
</telerikChart:RadChart.DefaultView>
[edit]
forgot to mention the version I'm using: 2010.3.1314
[/edit]
- The point on the far left stays in view. I would expect it to disappear
- No line is drawn between the last point in view on the right, and the first point outside the viewable range on the right
- When I zoom in between two data point, the graph is replaced with the text "No Data Series"
- Scrolling sometimes doesn't result in an updated graph
The .avi file linked here shows me using the mouse to drag the scrollbar around and dragging the scrollbar handles to zoom in and out:
telerikchartzoomscrollbugs.avi
My xaml is simply:
<telerikChart:RadChart.DefaultView>
<telerikCharting:ChartDefaultView>
<telerikCharting:ChartDefaultView.ChartArea>
<telerikCharting:ChartArea>
<telerikCharting:ChartArea.ZoomScrollSettingsX>
<telerikCharting:ZoomScrollSettings ScrollMode="ScrollAndZoom"/>
</telerikCharting:ChartArea.ZoomScrollSettingsX>
</telerikCharting:ChartArea>
</telerikCharting:ChartDefaultView.ChartArea>
</telerikCharting:ChartDefaultView>
</telerikChart:RadChart.DefaultView>
[edit]
forgot to mention the version I'm using: 2010.3.1314
[/edit]