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

How do I enable vertical zooming with multiple vertical axes?

5 Answers 188 Views
ChartView
This is a migrated thread and some comments may be shown as answers.
Kareema
Top achievements
Rank 2
Kareema asked on 16 Mar 2012, 10:34 AM
I have dynamically created and added series on my chart. Each of these series has its own vertical axis which is created in the following way:

LinearAxis linearAxis = new LinearAxis { Title = "Violet Bar Axis", Maximum = maxValue + 1 };
barSeries.VerticalAxis = linearAxis;

I have vertical and horizontal zooming setup for my chart in my xaml:

<Controls:RadCartesianChart.Behaviors>
                <ChartView:ChartPanAndZoomBehavior ZoomMode="Both" PanMode="Both" />
                <ChartView:ChartTrackBallBehavior ShowIntersectionPoints="True" ShowTrackInfo="True" TrackInfoUpdated="ChartTrackBallBehavior_TrackInfoUpdated"/>
</Controls:RadCartesianChart.Behaviors>

Why do I not see zooming on my vertical axes?

Is there something else I can setup when I dynamically create the axis?

5 Answers, 1 is accepted

Sort by
0
Accepted
Yavor
Telerik team
answered on 20 Mar 2012, 10:21 AM
Hi Kareema,

Currently the scroll bars that control the pan and zoom are shown only on the primary axes. Still, all axes are affected by the pan and zoom behavior, but when you don't have primary axes it is up to you to control the panning and zooming. You can add the primary axes and use additional axes only in the series you need them, because the primary axes are shared among all series that don't have explicit horizontal or vertical axis set.

Kind regards,
Yavor
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
0
JunBin
Top achievements
Rank 1
answered on 23 Nov 2012, 11:17 AM
Hi,
    Currently we have some charts with two vertical axes. The data on these two axes are very different. We have some requirements to scale on both Axis.  
Is it possible to add this in future release?
Thanks!
    
0
Missing User
answered on 27 Nov 2012, 05:40 PM
Hello JunBin,

I am sorry to say this is not included in our immediate plans.

Kind regards,
Ivan N.
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

0
oburgaya
Top achievements
Rank 2
answered on 17 Apr 2013, 03:14 PM
Hello,

I would also be pleased to see the secondary axis scaling and zooming, this would be an important addition to our application.

¿Is there any plans to include the feature in future releases?

Thanks

0
Missing User
answered on 22 Apr 2013, 11:25 AM
Hello Xavier,

Presently, there are still no plans to implement this in the current release.

Regards,
Ivan N.
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
ChartView
Asked by
Kareema
Top achievements
Rank 2
Answers by
Yavor
Telerik team
JunBin
Top achievements
Rank 1
Missing User
oburgaya
Top achievements
Rank 2
Share this question
or