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

Anyway to set the margins for each side of a line chart?

Is it possible to break a string value in 2 or more lines? Let us say that I want to show in the same chart 2 values and i will...

I need to make a zoom event for line chart, please tell me how I can do it

I have a problem for help~ I want to change the LineChart view dynamic. I put a button,the button's clicked_method called "CreateChart",and this method passes two parameters(double [] dataX and...

I have a stack layout which contains microcharts chartsView. I would like to have zoom option for the page. Is there any work around for this issue? I saw old...

More Info

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...

More Info

The chart is not occupying all the space it could, even with HorizontalOptions="FillAndExpand" it is only taking up a portion of the space, and is only enlarged if more data...

bug
More Info

Is possible to add tap gesture to the entry label?

enhancement

I have 5 labels but Donut Chart picks 4 label randomly and show and ignores last one ``` var entries = new Microcharts.Entry[] { new Microcharts.Entry(5) { Label = "A",...

bug

I'm reviewing the code for [RadialGaugeChart](https://github.com/aloisdeniel/Microcharts/blob/master/Sources/Microcharts.Shared/Layouts/RadialGaugeChart.cs) because when I change LineSize the chart change radically. I'm trying to use a RadialGaugeChart with one Entry, like a CircleBar with percentage, but...

bug
More Info