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

Message ListMessage List     Post MessagePost Message

  Set Edge Color in Pie Chart
Posted by prema antoni on Jun-26-2008 23:42
Hi

   I am using pie chart. i set setRoundedFrame. the top right and left corner edge color displaying in white color. i want to change that color to my chart background color.
how to set that color.

by
prema antoni m

  Re: Set Edge Color in Pie Chart
Posted by Peter Kwan on Jun-27-2008 00:52
Hi prema,

When you can setRoundedFrame, you can specify the "exterior background color" (the background color that is outside the frame). For example, in VB/VBScript:

'Set the exterior background to &H99ddff
Call c.setRoundedFrame(&H99ddff)

Hope this can help.

Regards
Peter Kwan

  Re: Set Edge Color in Pie Chart
Posted by prema antoni on Jun-27-2008 17:24
Hi peter,

it's working good.

thanks for u  r reply.

prema antoni m.