addToLegend

Specifies whether a legend is show on the chart, containing the slices displayed on the plot area. Defaults to false:


seriesSettings: {
    pie: {       
        addToLegend:true
    }
}

This setting is demonstrated in the following example.