Jump to content
Software FX Community

Re: How to separate pie slices?


User (Legacy)

Recommended Posts

Hi Frank,

As I understand the documentation, AllowDrag (if True) allows users to

modify data points (e.g. by dragging bars). Our application should not allow

this.

Is there a way to allow separation of pie slices while disabling

modifications of data point values?

Thanks,

Serge

"Francisco Padron" <frankp@softwarefx.com> wrote in message

news:uMfqxJsDAHA.1920@sfxserver.softwarefx.com...

> 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...