.net - PieChart truncates Labels when displayed 3D -


i filled winforms pie chart bunch of points manually , ensured each point has same labeltext 3 rows. displaying chart 2 dimensional works pretty fine.

setting chartareas property area3dstyle.enable3d = true truncates labels' lines reason. behavior appears if reduce size of chart.

enter image description here

this appears both @ runtime , designtime. there possibility keep pie chart truncating lines of segments' labels?


Comments