Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
229
pie color out of bounds
posted

 

This is the same code snippet for both charts(except for the prop. BreakDistancePercentage).

<PieChart3D ConcentricSpacing="0.25" OthersCategoryPercent="3" BreakAlternatingSlices="True" BreakDistancePercentage="10" BreakOthersSlice="False" ColumnIndex="-1" Concentric="False" PieThickness="20" BreakAllSlices="False" StartAngle="0" OthersCategoryText="Altro" RadiusFactor="90" ShowConcentricLegend="True">

<Labels Font="Verdana, 7pt" Visible="True" FormatString="&lt;PERCENT_VALUE:#0.00&gt;% (&lt;DATA_VALUE:#&gt;)" LeaderLineThickness="1" FillColor="Transparent" LeaderLinesVisible="True" BorderDrawStyle="Solid" Format="Custom" BorderThickness="0" LeaderEndStyle="ArrowAnchor" FontColor="#C8C8C8" BorderColor="Black" LeaderDrawStyle="Dot"></Labels>

</PieChart3D>

The only difference between the first and the second image is:

First one:

BreakAlternatingSlices="False"

Second one:

BreakAlternatingSlices="True"

Any ideas?(I try with 6.3.20063.1085 and 8.1.20081.1000, same result)