This is a migrated thread and some comments may be shown as answers.

RadCartesianChart limited zoom

2 Answers 95 Views
ChartView
This is a migrated thread and some comments may be shown as answers.
Chris
Top achievements
Rank 1
Chris asked on 11 Apr 2018, 08:29 PM

I'm using RadCartesianChart with a HorizontalAxis of DateTimeContinuousAxis and VerticalAxis of LineSeries. I have ~130,000 points with Value = double? and Category = DateTime. The issue I am having is that I cannot zoom in far enough to show the individual points. I have tried setting PanAndZoomBehavior.DragToZoomThreshold = 0.1; but that does not help. The zoom appears to be limited elsewhere. Thanks for your help.

2 Answers, 1 is accepted

Sort by
0
Accepted
Martin Ivanov
Telerik team
answered on 13 Apr 2018, 06:57 AM
Hello Chris,

The chart's zoom is limited via its MinZoom and MaxZoom properties. You can remove or alter this limitation by setting those properties. I hope that helps.

Regards,
Martin Ivanov
Progress Telerik
Want to extend the target reach of your WPF applications, leveraging iOS, Android, and UWP? Try UI for Xamarin, a suite of polished and feature-rich components for the Xamarin framework, which allow you to write beautiful native mobile apps using a single shared C# codebase.
0
Chris
Top achievements
Rank 1
answered on 13 Apr 2018, 02:37 PM
That was easy. Thanks
Tags
ChartView
Asked by
Chris
Top achievements
Rank 1
Answers by
Martin Ivanov
Telerik team
Chris
Top achievements
Rank 1
Share this question
or