x

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

seriesSettings: {
    steparea: {
        dataPointText: {
            enabled: true,
            x:45
        }
    }
}

This setting is demonstrated in the following example.