y

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

seriesSettings: {
    polarbar: {
        dataPointText: {
            enabled: true,
            x: 50,
            y: 50
        }
    }
}

This setting is demonstrated in the following example.