Hi vikas,
The easiest method is to position the plot area so that the bottom half of the plot area is outside the chart image.
Another method is to draw a large and empty textbox to cover the bottom half of the plot area, using the background color of the chart as the background color of the text box. The text box can be added with BaseChart.addText, the size controlled by Box.setSize and the background color controlled by Box.setBackground.
Regards
Peter Kwan |