FlexPie enables you to specify the position where you want to display the Legend by using the Legend property of FlexChartBase.
The below-mentioned code snippet shows how to set the property.
' set the Legend FlexPie1.Legend.Position = C1.Chart.Position.Bottom
// set the Legend flexPie1.Legend.Position = C1.Chart.Position.Bottom;