Microcharts icon indicating copy to clipboard operation
Microcharts copied to clipboard

RadialGuageChart - Width and Height

Open cassionandi opened this issue 6 years ago • 5 comments

I am using Microcharts.Forms, and I would like to know how to set the size of the chart correctly. For now I am adding a few empty and transparent Entry (ChartEntry) to the chart, so it grows. How to make a bigger RadialGuageChart using only some height and width parameter?

Thanks!

cassionandi avatar Mar 07 '19 18:03 cassionandi

This is an issue for me too and i would like to know the answer please

PanagiotisSpyrakis avatar Mar 15 '19 09:03 PanagiotisSpyrakis

How do you do that?

biapar avatar Mar 26 '19 13:03 biapar

@PanagiotisSpyrakis and @biapar

My solution (if I can call it that way) was to put my Graph under and Grid Row with Star (*) sizing.

<microcharts:ChartView Chart="{Binding Grafico}" Margin="0" WidthRequest="170" HeightRequest="170" HorizontalOptions="FillAndExpand" VerticalOptions="FillAndExpand" BackgroundColor="#2c517e"/>

Setting Height and WidthRequest, FillAndExpand for Horizontal and Vertical.

cassionandi avatar Jul 15 '19 12:07 cassionandi

What platforms is this an issue on?

Nixon-Joseph avatar Jul 27 '19 02:07 Nixon-Joseph

iOS

Στις Σάβ, 27 Ιουλ 2019, 05:40 ο χρήστης Joseph Nixon < [email protected]> έγραψε:

What platforms is this an issue on?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/dotnet-ad/Microcharts/issues/139?email_source=notifications&email_token=AKKU5M3NIS3OK2OVNCO6KSLQBOYRHA5CNFSM4G4PQANKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD26B7QY#issuecomment-515645379, or mute the thread https://github.com/notifications/unsubscribe-auth/AKKU5M6M6YDISDUJYPX6ATLQBOYRHANCNFSM4G4PQANA .

PanagiotisSpyrakis avatar Jul 27 '19 05:07 PanagiotisSpyrakis