y

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

seriesSettings: {
    line: {
        dataPointText: {
            enabled: true,
            x: 100,
            y: -20
        }
    }
}

This setting is demonstrated in the following example.