I want to show line chart on my dashboard screen and everything working fine using following library: https://github.com/danielgindi/Charts
I'm using same code as following: Display three label on XAxis of chart.
Just I want to display following text on left axis of chart as following image.
I have also tried following solution, but it's make more space around label and my graph not display proper.
self.lblLeftAxisLabel.transform = CGAffineTransform(rotationAngle: -CGFloat.pi / 2)
Output for above code:
How can I achieve this?