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

Message ListMessage List     Post MessagePost Message

  put grid under line on a polar chart
Posted by Laurent tedesco on Jul-28-2014 17:09
Attachments:
Hi,
I have a z-order problem with polar chart (ASP classic). A shown on the image, the grid is
always over lines and can't be under. I did'nt find a solution. Can you help me ?
Thanks
Laurent Tedesco
polar.png

  Re: put grid under line on a polar chart
Posted by Peter Kwan on Jul-29-2014 01:29
Hi Laurent,

You can use PolarChart.setGridStyle:

http://www.advsofteng.com/doc/cdcom.htm#PolarChart.setGridStyle.htm

In your chart, you should have a line that calls setGridStyle, please make sure both
parameters are set to False, like:

Call c.setGridStyle(False, False)

There is an example in:

http://www.advsofteng.com/doc/cdcom.htm#polarline.htm

Hope this can help.

Regards
Peter Kwan

  Re: put grid under line on a polar chart
Posted by Laurent tedesco on Jul-29-2014 03:36
Hi Peter,

It's THE solution. I had not seen this parameter. Sorry for the inconvenience.
ChartDirector is a great component, really !.
Best regards,

Laurent Tedesco