I am using the iOS Charts library in my application. Charts are plotted correctly but the X axis values are shown on both sides in Line Charts. Is there any way to hide it or remove it ?
Asked
Active
Viewed 80 times
-2
-
please provide some code related to that issue. – ashmi123 Aug 08 '16 at 07:59
1 Answers
0
You can use lineChartView.rightAxis.enabled = false
to hide rightAxis
or replace with leftAxis

Tj3n
- 9,837
- 2
- 24
- 35