Skip to content

Instantly share code, notes, and snippets.

@juucustodio
Created September 19, 2017 13:59
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/487e3ca55a5f77122655105c6e1b8c1d to your computer and use it in GitHub Desktop.
Save juucustodio/487e3ca55a5f77122655105c6e1b8c1d to your computer and use it in GitHub Desktop.
Exemplo de como mudar a label do Grafico utilizado no post https://julianocustodio.com/2017/09/14/graficos-xamarin-forms
<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"
xmlns:microcharts="clr-namespace:Microcharts;assembly=Microcharts.Forms"
x:Class="DemoGraficos.Views.GraficoGauge"
Title="Gauge">
<forms:ChartView x:Name="Grafico" HeightRequest="150">
<microcharts:Chart LabelTextSize="30" />
</forms:ChartView>
</ContentPage>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment