Hello,
I am trying to display 2 SfCircularGauge on one LinearLayout programmatically. . Unfortunatly I am able to display only one of them even thought I add 2 circular gauge with:
View v1 = CreateCircularGauge(25);
View v2 = CreateCircularGauge(30);
layout.AddView(v1);
layout.AddView(v2);
I have attached my solution which is working only for the first gauge. The previous code come from my solution in the main activity.
Anyone able to display more than one gauge one LinearLayout?
Thank
Sylvain
Attachment:
App17_8dbad8f1.zip