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

Feature : Underfill color per point #42

Closed
GoogleCodeExporter opened this issue Mar 16, 2015 · 6 comments
Closed

Feature : Underfill color per point #42

GoogleCodeExporter opened this issue Mar 16, 2015 · 6 comments

Comments

@GoogleCodeExporter
Copy link

I need to change the underfill color per point on my graph.
Currently I am getting around this by doing multiple series and cleverly 
placing them however an inbuilt feature would be great.



Original issue reported on code.google.com by chris.fo...@gmail.com on 24 Jan 2011 at 3:41

@GoogleCodeExporter
Copy link
Author

Original comment by dandrome...@gmail.com on 3 Feb 2011 at 12:14

  • Added labels: Priority-Low
  • Removed labels: Priority-Medium

@GoogleCodeExporter
Copy link
Author

Original comment by dandrome...@gmail.com on 30 May 2011 at 5:54

  • Added labels: Priority-Medium
  • Removed labels: Priority-Low

@GoogleCodeExporter
Copy link
Author

Can you please direct me to a screenshot image such as I understand how this 
looks like?

Original comment by dandrome...@gmail.com on 15 Jan 2013 at 1:55

@GoogleCodeExporter
Copy link
Author

Can anyone please direct me to a screenshot image such as I understand how this 
looks like?

Original comment by dandrome...@gmail.com on 8 Feb 2013 at 12:26

@GoogleCodeExporter
Copy link
Author

See here : http://android.ultimatevaluediary.com/screenshots/graph/
I had to create multiple graphs and overlay them.

Thanks

Original comment by chris.fo...@gmail.com on 8 Feb 2013 at 1:29

@GoogleCodeExporter
Copy link
Author

Thanks for your patience on this feature. It is finally available:

fill = new FillOutsideLine(FillOutsideLine.Type.BOUNDS_ABOVE);
fill.setColor(Color.argb(255, 0, 200, 100));
// the minimum and maximum index values for the fill range
fill.setFillRange(new int[] {10, 19});
xyRenderer.addFillOutsideLine(fill);

A binary including this feature is available here: 
https://repository-achartengine.forge.cloudbees.com/snapshot/org/achartengine/ac
hartengine/1.1.0/

Original comment by dandrome...@gmail.com on 5 Apr 2013 at 1:14

  • Changed state: Fixed

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

No branches or pull requests

1 participant