bulubuloa / Ultimate-Xamarin-Forms-KIT

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 animations.
https://www.nuget.org/packages/UltimateXF/
121 stars 33 forks source link

xAxis at the bottom #29

Open MartinJakober opened 4 years ago

MartinJakober commented 4 years ago

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 next problem is to hide the axis at the right. This is also not possible. OnlineMeasLoggerPage.CurrentChartMeasurement.AxisRight.DrawZeroLine = false; OnlineMeasLoggerPage.CurrentChartMeasurement.AxisRight.DrawAxisLine = false; OnlineMeasLoggerPage.CurrentChartMeasurement.AxisRight.DrawGridLines = false; OnlineMeasLoggerPage.CurrentChartMeasurement.AxisRight.Enabled = false;

What's wrong with my implementation? :-(

Greets,

Martin