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

xAxis at the bottom

Open MartinJakober opened this issue 5 years ago • 0 comments

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

MartinJakober avatar Feb 18 '20 12:02 MartinJakober