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
Post a Comment