y

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


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

This setting is demonstrated in the following example.