Quantcast
Channel: Xamarin.Forms — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 89864

Adding values to Microcharts dynamically.

$
0
0

I am using MicroCharts plugin for making charts. I am getting values form api service like this-
"[0.0,0.0,0.0,0.0,210.00,210.00,210.00,12151.50,12151.50,0.0,0.0,0.0]"

using this-
var request = new HttpRequestMessage(HttpMethod.Post, url);
var client = new HttpClient();
var response = await client.SendAsync(request);
var jwt = await response.Content.ReadAsStringAsync();

and i want add these values in a line chart. I tried different things but it did not work. Any suggestions?


Viewing all articles
Browse latest Browse all 89864

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>