-
-
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
How to remove background gridlines from Bar Chart #579
Comments
I believe what you are looking for is:
If you're using Objective-C just set these on the desired axis:
or if you're using Swift:
Hope it helps. |
thanks |
Awesome Thanks |
How to change grid line color? |
Thanks |
what about javafx ? plz |
I'm using Swift 4 and I can't get rid of any of the grid lines. I'm creating a LineChartView and customizing it as so:
The chart the appears looks exactly like the default line chart without any customization. |
Here is how I did that
|
It seems you can't directly disable grid lines in swift 4. Workaround is just setting the grid color to clear so they won't be visible
|
I am struggling to remove the background gridlines and X and Y axis from my Bar Graph/Chart. Can you help me with that.
The text was updated successfully, but these errors were encountered: