Skip to content

Instantly share code, notes, and snippets.

@juucustodio
Last active September 13, 2017 21:48
Show Gist options
  • Select an option

  • Save juucustodio/a5c7a16b1f8ba7eeba5b8762db40a333 to your computer and use it in GitHub Desktop.

Select an option

Save juucustodio/a5c7a16b1f8ba7eeba5b8762db40a333 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 GraficoBarras()
{
InitializeComponent();
Grafico.Chart = new Microcharts.BarChart() { Entries = entries };
}
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment