Ultimate-Xamarin-Forms-KIT icon indicating copy to clipboard operation
Ultimate-Xamarin-Forms-KIT copied to clipboard

A powerful 🚀 Android/iOS chart view / graph view library, binding support for Xamarin.Forms, supporting line- bar- pie- radar- bubble- and candlestick charts as well as scaling, dragging and animatio...

Results 33 Ultimate-Xamarin-Forms-KIT issues
Sort by recently updated
recently updated
newest added

I am utilizing Pie Chart in my Xamarin Forms application. I want to add text center text to my chart. So I utilized below code: `pieChart.DrawCenterText = true; pieChart.CenterText =...

Hi, When an item is Highlighted on piechart, is there a way to detect it ? I would like to display additionnal information when highlighted.

Is there a way to get selected item in pie chart from any event trigger method?

How to enable Zoom - in in SupportPieChartExtended ? As if there are two element and one have only 1 value and second having 99 value then its impossible to...

Hello, I tried to put the xAxis at the bottom with the following statement (a simple line chart): **chart.XAxis.XAXISPosition = XAXISPosition.BOTTOM;** But it is allways shown at the top. The...

Hi, I don't know if it's an issue. But I want to draw gradient under lines of the chart (line sample nro. 4 on readme.md). But I try many types...

looking for a way to apply `new TextByIndexXAxisFormatter(labels);` on Y axes

Hi - thanks so much for this library! I can't figure out how to set the color of the entry labels in the pie chart, they always come out white....

We are trying to use the buuble control to handle schedule for users, each buuble will be shown at a different day & time, on bubble click user shuold input...

Is that supports Xamarin WPF?