-
-
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
Need help in setDrawValues #1391
Comments
I don't know where you got stuck. Have you tried latest master? There are new formatters to use. |
Let me explain the scenario : yValues = [2.0, 3.0, 6.0, 7.0] Now when i use [data setDrawValues:YES]; |
The you should use formatters, to convert between the doubles and the dates. A double can represent any value you want. Please look at the demo of Charts 3.0 |
The method [data setDrawValues:YES];
draw values from yValues i want to draw them from xValues like attached image.
Please reply if you have any suggestion or any link that guide me.
The text was updated successfully, but these errors were encountered: