Skip to content

Instantly share code, notes, and snippets.

@juucustodio
Created September 13, 2017 21:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save juucustodio/50b7a1df3709e801ae7aed93d61f5982 to your computer and use it in GitHub Desktop.
Save juucustodio/50b7a1df3709e801ae7aed93d61f5982 to your computer and use it in GitHub Desktop.
Demo de utilização de Gráficos em aplicações Xamarin.Forms http://julianocustodio.com/graficos-xamarin-forms
...
public GraficoPontos()
{
InitializeComponent();
Grafico.Chart = new Microcharts.PointChart() { Entries = entries };
}
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment