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

Message ListMessage List     Post MessagePost Message

  Spider Web Chart
Posted by Chiranjeevi on May-15-2012 21:16
Attachments:
Hi Peter Kwan & team,

Thanks you for your supporing.
I have one problem in spider web chart , while generating the chart layer line shoud be dashed lines, please find the attachment of chart.

Kindly help me on this.

Thanks & Regards
Chiranjeevi G
SpiderChart.png

  Re: Spider Web Chart
Posted by Peter Kwan on May-16-2012 04:44
Hi Chiranjeevi,

In ChartDirector, if you need a dash line, you may use a dash line color as the line color. For example:

int myDashLineColor = c.dashLineColor(0x000000, Chart.DashLine);
c.setGridColor(0x7f000000, 1, myDashLineColor , 1);

Hope this can help.

Regards
Peter Kwan

  Re: Spider Web Chart
Posted by Chiranjeevi on May-16-2012 16:08
Thanks Team, i got it.


Regards,
Chiranjeevi G