Fix the diameter of circle in PIE chart
In pie chart; diameter of circle keeps changing if number of Legends and slices change. I want circle with fix diameter. xml of my chart is as below
chart:
<Graph graphType="PIE" pieRadius="80">
<LegendArea visible="true" borderColor="#FFFFFF" borderTransparent="false" automaticPlacement="AP_NEVER" position="LAP_BOTTOM" />
<GraphFont bold="false" italic="false" underline="false" fontColor="#000000" />
<SeriesItems>
<Series id="0" color="#4682B4" borderColor="#4682B4"/>
<Series id="1" color="#996666" borderColor="#996666"/>
<Series id="2" color="#666666" borderColor="#666666"/>
<Series id="3" color="#BBBBBB" borderColor="#BBBBBB"/>
<Series id="4" color="#688E23" borderColor="#688E23"/>
<Series id="5" color="#D3D3D3" borderColor="#D3D3D3"/>
<Series id="6" color="#990000" borderColor="#990000"/>
</SeriesItems>
<SliceLabel>
<GraphFont bold="false" italic="false" underline="false" fontColor="#000000" />