I found the answer. I will leave it here in case that someone else will need it. You need to set SfChart chart = new SfChart(this); After that you have to create your graph and create a layout in xml file. At last you need to set this FindViewById<LinearLayout>(Resource.Id.ll1).AddView(chart); to add the graph to the specific layout you want to display.