-2

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 ?

DevB2F
  • 4,674
  • 4
  • 36
  • 60

1 Answers1

0

You can use lineChartView.rightAxis.enabled = false to hide rightAxis or replace with leftAxis

Tj3n
  • 9,837
  • 2
  • 24
  • 35