Marks Vert. Center  
Pie series marks can draw lines from slices to the nearest corner of the mark rectangle (the default), or they can draw the lines to the vertical mark center (as an "L" shape).

Series1.PieMarks.VertCenter := True;
To determine the amount of pixels for the "L" segment:
Series1.PieMarks.LegSize := 25;