Jump to content
Software FX Community

How to separate pie slices?


User (Legacy)

Recommended Posts

Hi! 

One more problem.

The following code (according to the help) should allow users to separate

pie slices.

int styleEx = m_pChartFX->GetStyleEx();

styleEx &= ~CSE_NOSEPARATE;

m_pChartFX->PutStyleEx((CfxStyleEx)styleEx);

However slices can't be separated still.

What is wrong with the following code or is there somewhere another option

to be turned on/off?

Thanks

Serge

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...