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

Zoom in Chart View not working as per selection

1 Answer 130 Views
ChartView
This is a migrated thread and some comments may be shown as answers.
Saurabh
Top achievements
Rank 1
Saurabh asked on 04 Jul 2012, 07:29 AM
Telerik team,

I am facing problem in zooming functionality of Telerik Silverlight RadChart control, when I select area for zoom in CharArea, it is not showing me the area that I select for zoom. It changes the whole range that I have set for Line Series.

I have attached the screen shot of while zoom onto the chart area and result after zoom.

I am using 2011 licensed version of the controls

Kind Regards,
Saurabh Kumar.

1 Answer, 1 is accepted

Sort by
0
Petar Marchev
Telerik team
answered on 04 Jul 2012, 02:39 PM
Hello Saurabh,

This is a known limitation of the RadChart - zooming the vertical axis does not work very well with AutoRange set to true (it is true by default). So a work-around would be to use the axis in manual mode:
<telerik:AxisY AutoRange="False" MinValue="0" MaxValue="2000" Step="200" />

Greetings,
Petar Marchev
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Tags
ChartView
Asked by
Saurabh
Top achievements
Rank 1
Answers by
Petar Marchev
Telerik team
Share this question
or