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

ViewPort background color #444

Closed
Rosmkr opened this issue Oct 28, 2016 · 2 comments
Closed

ViewPort background color #444

Rosmkr opened this issue Oct 28, 2016 · 2 comments

Comments

@Rosmkr
Copy link

Rosmkr commented Oct 28, 2016

When I set the background color for ViewPort graph.getViewPort().setBackgroundColor(Color.Black)
It fill a legend color too.How fill background color only to ViewPort, square where pain the GraphLine?
I use GraphView-4.2.1.jar library.There is no issue in library GraphView-4.0.1.jar.

@jjoe64 jjoe64 added this to the 4.2.2 milestone Nov 14, 2016
@jjoe64
Copy link
Owner

jjoe64 commented Nov 14, 2016

i will check

@jjoe64
Copy link
Owner

jjoe64 commented Apr 23, 2018

its possible with
graph.getLegendRenderer().setBackgroundColor(Color.argb(150, 50, 0, 0));

@jjoe64 jjoe64 closed this as completed Apr 23, 2018
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

2 participants