jfreechart - Android XYPlot set width of line, size of point and disable legend -


i'm trying change width of line in xyplot , size of point, suggestion?

and question - how disable legend simplexyseries? set null cause error.

you can alter line thickness using either setseriesstroke() or setbasestroke() in chosen renderer. assuming xylineandshaperenderer, can change rendered shape using approach shown here.

addendum: how disable legend?

you can pass false legend parameter chosen chartfactory method or jfreechart constructor.


Comments

Popular posts from this blog

django - How can I change user group without delete record -

java - EclipseLink JPA Object is not a known entity type -

java - Need to add SOAP security token -