How to remove origin small square? I am using Philjay library.
Asked
Active
Viewed 2,380 times
0
-
Are you sure that's an origin? Looks like a data-point to me, as it is not on the zero of the vertical axis. How many data points have you tried to render? Can you check that in the code? – halfer Jan 14 '16 at 08:19
1 Answers
5
That is the Legend
. You did not provide a label for your DataSet
so it only shows the form and no text.
You can disable it via this line of code
chart.getLegend().setEnabled(false);

Philipp Jahoda
- 50,880
- 24
- 180
- 187