android - Hide series in legend in XYSeriesRenderer, AChartEngine -


i saw here: achartengine , hide series in legend, can use

seriesrenderer.setshowlegenditem(false);

and should hide specific series. however, can't find in xyseriesrenderer. i'm using achartengine-1.1.0-rc2.jar library.

you can download nightly build version including feature here.


Comments

Popular posts from this blog

matlab - How to equate a structure array to structure array -

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -