Skip to content

Instantly share code, notes, and snippets.

@juucustodio
Last active September 13, 2017 21:01
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/48d5e60d6227a20bbe57cf31b8ea9bb6 to your computer and use it in GitHub Desktop.
Save juucustodio/48d5e60d6227a20bbe57cf31b8ea9bb6 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
<?xml version="1.0" encoding="utf-8" ?>
<ContentPage xmlns="http://xamarin.com/schemas/2014/forms"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
xmlns:forms="clr-namespace:Microcharts.Forms;assembly=Microcharts.Forms"
x:Class="DemoGraficos.Views.MainPage">
<forms:ChartView x:Name="Grafico" HeightRequest="150" />
</ContentPage>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment