Jump to content
Software FX Community

Re: How to separate pie slices?


Software FX

Recommended Posts

You hace (maybe inadvertelly) set AllowDrag to False. AllowDrag must be True

in order for the slices to be moved.

--

Frank

SFX

"Serge S. Spiridonoff" <sss@corbina.net> wrote in message

news:JJ8ZVJ7CAHA.1416@sfxserver.softwarefx.com...

> Hi Frank,

>

> I have a problem with pie charts in that pie slices cannot be separated.

>

> I tried the following code but still no success.

>

> int styleEx = m_pChartFX->GetStyleEx();

> styleEx &= ~CSE_NOSEPARATE;

> m_pChartFX->PutStyleEx((CfxStyleEx)styleEx);

>

> I attach the .chd file. Could you please check it and tell me what is

wrong

> with it?

>

> Thanks,

> Serge

>

>

>

>

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...