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

RadPieChart - no swipe event

1 Answer 17 Views
Chart
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Marius
Top achievements
Rank 1
Marius asked on 21 Jun 2015, 06:36 AM

Is there any special property I need to enable to get the swipe gestures: I want to be able to rotate the pie chart by dragging horizontally. I tried enabling the ChartPanAndZoomBehavior but that did not seem to accomplish anything:

 

<tChart:RadPieChart.Behaviors>
                    <tChart:ChartPanAndZoomBehavior PanMode="Horizontal" />
</tChart:RadPieChart.Behaviors>

1 Answer, 1 is accepted

Sort by
0
Tsvyatko
Telerik team
answered on 22 Jun 2015, 06:46 AM
Hi Marius,

You could Intercept pan events and apply transformations  to the Pie depending on the scenario specifics by inheriting ChartPanAndZoomBehavior. I have prepared sample project demonstrating how to intercept pan and rotate the Pie chart. 

Regards,
Tsvyatko
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Chart
Asked by
Marius
Top achievements
Rank 1
Answers by
Tsvyatko
Telerik team
Share this question
or