We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, How can i add padding/space between YAxis-labels and the graph. By default the labels are sticking to the graph as shown in the first image.
How can i add space so that it becomes something like this
The text was updated successfully, but these errors were encountered:
I found the answer for that. You need to add Offset to the labels as below
lineChart.leftAxis.xOffset = 10.0
Sorry, something went wrong.
this don't work for me
No branches or pull requests
Hello, How can i add padding/space between YAxis-labels and the graph. By default the labels are sticking to the graph as shown in the first image.
How can i add space so that it becomes something like this
The text was updated successfully, but these errors were encountered: