microcharts-dotnet / Microcharts

Create cross-platform (Xamarin, Windows, ...) simple charts.
MIT License
2.01k stars 360 forks source link

Changing LineSize of RadialGaugeChart while changing size of chart? #38

Open EeeDotZee opened 6 years ago

EeeDotZee commented 6 years ago

Hey there!

Thanks for this great library. I was trying to change the LineSize attribute of the RadialGaugeChart type and i experienced that whenever i set it to a small size, something like 10, i can't resize the whole chart. So if i only got one entry the chart will appear really small and only gets bigger if i increase the line size. What i want to achieve is a big chart with a thin line. Any ideas?

Best regards

Malikkhoja-zz commented 6 years ago

Hi,

I m having the same issue. Please fix this issue

kosta59 commented 6 years ago

Yes, this seems to be an issue for me also. I can set a heightrequest of 150, the Radial looks great. Then setting the LineSize so say 10, its like the height request is completely overridden.

Nixon-Joseph commented 5 years ago

Can you please provide code samples for your issues?