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

I want set circle empty in Line Chart. Which properties i have to change? #1307

Closed
anismansuri63 opened this issue Aug 10, 2016 · 1 comment

Comments

@anismansuri63
Copy link

anismansuri63 commented Aug 10, 2016

In android plateform it is done by these code.

set2 = new LineDataSet(yVals2, "All Student");
// set2.setAxisDependency(YAxis.AxisDependency.RIGHT);
set2.setColor(ContextCompat.getColor(MainActivity.this, R.color.legend_indicator_all));
set2.setCircleColor(ContextCompat.getColor(MainActivity.this, R.color.legend_indicator_all));
set2.setLineWidth(1f);
set2.setCircleRadius(4f);
set2.setFillAlpha(65);
set2.setFillColor(ContextCompat.getColor(MainActivity.this, R.color.legend_indicator_all));
set2.setDrawCircleHole(true);
set2.setHighLightColor(ContextCompat.getColor(MainActivity.this, R.color.legend_indicator_all));

I also implemet same code in Ios.
What am i missing here?
screen shot 2016-08-10 at 4 54 01 pm

@liuxuan30
Copy link
Member

liuxuan30 commented Aug 12, 2016

set2.setDrawCircleHole(false);

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

2 participants