When dragging a rectangle to zoom a Chart, Pen and Brush can be specified.

Example:
myChart.getZoom().getPen().setColor(Color.Lime); myChart.getZoom().getPen().setWidth(2); myChart.getZoom().getBrush().setSolid(true); myChart.getZoom().getBrush().setColor(Color.Blue);