-
-
Notifications
You must be signed in to change notification settings - Fork 6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In iOS-Chart how to hide the x and y axis and all the grid lines. #801
Comments
Try set |
Thank you so much. |
Is there a way i can enable gridlines at specific locations? |
Use limit lines like so: barChart.rightAxis.addLimitLine(limitLine) |
Thank you. |
@LekhaP can you please share how you resolve that issue? Thanks!!! |
how do I remove just the vertical lines? |
@LekhaP Can you share the solution? |
@LekhaP Please share how to set bar labels |
Can you share the solution? |
@here Also can someone share solution to hide all the values and show only graph |
I did try setting
let xAxis:ChartXAxis = barChartView.xAxis xAxis.drawAxisLineEnabled = false xAxis.drawGridLinesEnabled = false
but this doesnot seems to work.
This is what i have right now.
I am trying to achieve
Could somebody help.
Thank you in advance.
The text was updated successfully, but these errors were encountered: