<chart:SfChart BackgroundColor="Teal" HeightRequest="200" VerticalOptions="Center" HorizontalOptions="Center">
</chart:SfChart> |
<chart:SfChart x:Name="chart" BackgroundColor="Teal"
HorizontalOptions="Center" VerticalOptions="Center"
HeightRequest="400" WidthRequest="400">
……
</chart:SfChart> |