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

Message ListMessage List     Post MessagePost Message

  pi chart
Posted by susan on Jul-18-2011 02:38
how to explode a section of pi chart.with example

  Re: pi chart
Posted by Peter Kwan on Jul-19-2011 01:05
Hi Susan,

For "pi chart", I assume you refer to "pie chart".

There are a number of examples included in ChartDirector in which a sector of the pie is exploded. For example, see the sample code "3D Pie Chart", "Exploded Pie Chart", "Icon Pie Chart (2)", "Text Styles and Colors" and "Start Angle and Direction". (You may look for the above sample code using the ChartDirector documentation index.)

The API used to explode a slice is PieChart.setExplode and PieChart.setExplodeGroup.

Hope this can help.

Regards
Peter Kwan