Hi,
Just started testing my Xamarin forms app to IOS and i came up with the following problems.
1) The pie parts is over exploded than in android
2) I am using smartlabels with DataMarkerPosition = CircularSeriesDataMarkerPosition.OutsideExtended. The label in top,bottom of the pie control exceed the visible area and the dont appear or a portion of them appear.
The pie is inside a stacklayout
new StackLayout()
{
Orientation = StackOrientation.Vertical,
Spacing = 14,
HorizontalOptions = LayoutOptions.EndAndExpand,
Padding = new Thickness(0, 0, 14, 14),
VerticalOptions = LayoutOptions.Center,
Children =
{
chart
}
}
See the attached images
Thanks
George
Attachment:
pie_chart_66ba3d56.rar