I'm using pie chart from MSCHART library in WinForms application:
While exploding the slice representing any data point was simple (point["Exploded"] = "true"
), manipulation of the gap size seems not to be such straightforward. Is there any way of setting how far the exploded part is offset (pulled away) from the pie ?