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

How to make the chart in the IOS disable rotate

1 Answer 58 Views
Chart
This is a migrated thread and some comments may be shown as answers.
Chong
Top achievements
Rank 1
Chong asked on 18 Apr 2016, 09:20 AM

Hi, i am using the telerik chart and code it in the xamarin form, however, when i deploy to the android platform the chart does not able to rotate and the IOS is able to rotate, how do i disable the rotation in the IOS platform? I have tried to find userInteractionEnabled but there is no this function in the chart, how do i disable it?

 

 

 

var series = new PieSeries();
            series.ValueBinding = new Telerik.XamarinForms.Chart.PropertyNameDataPointBinding
            {
                PropertyName = "Value"
            };
            series.ItemsSource = data1;
            series.ShowLabels = true;
            chart.Series.Add(series);
            chart.Palette = CustomPalettes.CustomWhite;
            
            chartlayout.Children.Add(chart);

1 Answer, 1 is accepted

Sort by
0
Rosy Topchiyska
Telerik team
answered on 21 Apr 2016, 08:11 AM
Hello Chong,

Thank you for contacting us.

In the next release, planned for the beginning of May, this behavior will be disabled. With the current version the behavior can not be changed.

Please, let us know if you have further questions. 

Regards,
Rosy Topchiyska
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
Chong
Top achievements
Rank 1
Answers by
Rosy Topchiyska
Telerik team
Share this question
or