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

`ERROR ITMS-90171: "Invalid Bundle Structure - The binary file '*****/SwiftFrameworksSimulator/libswiftCoreAudio.dylib' is not permitted. Your app can’t contain standalone executables or libraries, other than a valid CFBundleExecutable of supported bundles. Refer...

I uploaded the iOS app successfully using Xcode. However, immediately after the successful upload, I got this email from Apple stating this error: > Invalid Swift Support - We have...

I noticed we can't set the axis dependency for the data set, but this property is present in the YAxisConfig. Should it be moved? For my case i need to...

![image](https://user-images.githubusercontent.com/75314629/126853639-8ae7a05e-2d93-4523-97bd-7d36cb62c9e5.png) Hi, how I can change color and fond of this text? Thank you !!!

`using System; using System.Collections.Generic; using UltimateXF.Widget.Charts.Models; using UltimateXF.Widget.Charts.Models.BarChart; using UltimateXF.Widget.Charts.Models.Formatters; using Xamarin.Forms; namespace DemoXF { public partial class BarChartPage : ContentPage { public BarChartPage() { InitializeComponent(); var entries = new...

I want to set specific zoom level on X and Y axis when initializing chart. currently chart shows very tiny value when have large data set.like below ![Screenshot 2021-04-04 213327](https://user-images.githubusercontent.com/81214102/113514632-78876a80-958d-11eb-822c-d6118492a20f.png)...

visual studio (16.9) and Xcode(12.4) up to date. perfectly Line Chart is Showing On android but Line Chart perfectly not Showing On Iphone(Real device) . X axis is not showing...

`public CombinedChartData chartView { get; set; } XAsix = new XAxisConfig(); XAsix.XAXISPosition = XAXISPosition.BOTTOM; XAsix.DrawGridLines = false; XAsix.LabelRotationAngle = 90; XAsix.AxisValueFormatter = new TextByIndexXAxisFormatter(labels); ChartView.XAsix = XAsix;` showing error that...