Skip to content
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

代码不匹配 #1575

Closed
zhaoxiuyu opened this issue Mar 15, 2016 · 2 comments
Closed

代码不匹配 #1575

zhaoxiuyu opened this issue Mar 15, 2016 · 2 comments

Comments

@zhaoxiuyu
Copy link

新的compile 'com.github.PhilJay:MPAndroidChart:v2.2.3'依赖包
和我下载下来的代码不匹配
List sets = mChart.getData()
.getDataSets();
for (ILineDataSet iSet : sets) {
LineDataSet set = (LineDataSet) iSet;
if (set.isDrawSteppedEnabled()) {
set.setDrawStepped(false);
} else {
set.setDrawStepped(true);
}
}

没有这些方法

@PhilJay PhilJay closed this as completed Mar 15, 2016
@zhaoxiuyu
Copy link
Author

没有线程,看附件图片,代码是直接从github里面下载的。

在 2016-03-15 15:08:29,"Philipp Jahoda" notifications@github.com 写道:

Closed #1575.


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub:
#1575 (comment)

@marcellagutie
Copy link

Hi, there are no isDrawSteppedEnabled and setDrawStepped methods in LineDataSet when this project is referenced in build.gradle dependencies
(compile 'com.github.PhilJay:MPAndroidChart:v2.2.3')

Can you check it again, please?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants