color

Specifies the color of the text:


seriesSettings: {
    pie: {
        dataPointText:
            {
               color:'red'
            }
    }
}

This setting is demonstrated in the following example.