Hi Julio,
Thanks for using Syncfusion products.
You need to set frame for each sub views in ViewDidLayoutSubviews override method, because this method called when the position and size of the sub views have changed. Please refer the below code snippet.
Code Snippet:
|
public override void ViewDidLayoutSubviews() { base.ViewDidLayoutSubviews(); chart.Frame = this.View.Frame; }
|
We have prepared a sample for your reference. Please download from the following location.
Please let us know, if you need further assistance on this.
Regards,
Lakshmi R.