color

Specifies the color of the text.

Specifies the line thickness of the text border:


seriesSettings: {
    stepline: {
        dataPointText: {
            enabled: true,
            color: 'red'           
        }
    }
}

This setting is demonstrated in the following example.