y

Specifies the vertical offset of the text relatively to the point position:


seriesSettings: {
    pie: {       
        dataPointText:
            {
                x: 20,
                y: 50
            }
    }
}  

This setting is demonstrated in the following example.