Microcharts icon indicating copy to clipboard operation
Microcharts copied to clipboard

Create cross-platform (Xamarin, Windows, ...) simple charts.

Results 108 Microcharts issues
Sort by recently updated
recently updated
newest added

Hi Guy In Microcharts.Forms. Which property can set effect for chart ? Thanks.

The following example will not draw labels unless value labels are specified. var entries = Enumerable.Range(1, 5) .Select(i => new Entry(i) { Label = i.ToString() }) .ToArray(); var barChart =...

At the moment I am using only the DonutChart with three entries. The different entries are drawn as expected directly after the other. I can't find an option to show...

I was following the Instruction from this Video: https://www.youtube.com/watch?v=tmymWdmf1y4 (as mentioned in the readme). But I wasn't able to reproduce the outcome. When I typed in the same code at...

Hi , Can anyone please help me to overcome of label overlapping in microcharts? For more clarity of requirement please go through below image

Hi, Is there any properties for interaction in microcharts like tab or tap event which can make me to get the X & Y value of chart? Explanation: Please go...

Is there a way to use a SkiaSharp color gradient on an individual RadialGaugeChart ring fill? I haven't seen a documented example of a gradient that returns an SKColor value...

Hi, Can you change the **protected void DrawCaptionElements** method to virtual, the RadialHelpers class to **public** the **public class Entry** class to partial ? because of expandability Thank you

Is't possible to visualize a ring chart with the value inner the ring? Like this: https://github.com/HoussemDellai/Xamarin-Forms-Pie-Chart

I was wondering if it's possible to put the actual Label Values (Percentages) on the DonutChart? Say theres 3 slices, which means 3 different Label Values of Percentages on the...