ASE Home Page Products Download Purchase Support About ASE
ChartDirector Support
Forum HomeForum Home   SearchSearch

Message ListMessage List     Post MessagePost Message

  polar scatter chart
Posted by vikas on Oct-04-2012 22:11
can i show only lower half part of the polar chart. because my location are concerned with that only.

  Re: polar scatter chart
Posted by Peter Kwan on Oct-05-2012 05:23
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