PIE chart - Explode slice
In the pie chart,
how to seperate the slices.
if there is a support to for a way to separate the slices in pie chart was the question in the forum.
Answer to this is a big YES :)
In order to "explode" pie slices, add the following lines in the "Graph Settings" under the graph element.
how to seperate the slices.
if there is a support to for a way to separate the slices in pie chart was the question in the forum.
Answer to this is a big YES :)
In order to "explode" pie slices, add the following lines in the "Graph Settings" under the graph element.
<SeriesItems>
<Series id="0" pieSliceExplode="100"/>
<Series id="1" pieSliceExplode="100"/>
<Series id="2" pieSliceExplode="100"/>
<Series id="3" pieSliceExplode="100"/>
</SeriesItems>
<Graph ...... pieDepth="25" pieTilt="25" ....> add this to your graph element attribute , to tilt the pie slices
Comments