私は Androidplot (v0.5.0) を使用しており、プロットされたシリーズのセグメントを異なる色にしたいと考えています。RectRegion を使用する必要があると思いますが、リージョンが表示されません。
XYSeries series = new SimpleXYSeries(timestamps, item.getValues(), "");
LineAndPointFormatter seriesFmt = new LineAndPointFormatter(
Color.rgb(0, 200, 0),
Color.rgb(0, 100, 0),
Color.rgb(150, 190, 150));
XYRegionFormatter regionFmter = new XYRegionFormatter(Color.RED);
RectRegion region = new RectRegion(0, 10, 0, 10);
seriesFmt.addRegion(region, regionFmter);
このためのドコはもう見つかりませんが、達成しようとしていた古いチュートリアルから古い画像を見つけることができます。
http://androidplot.com/w/images/thumb/1/12/RectRegions_final.jpg/398px-RectRegions_final.jpg