style

Enables setting additional CSS properties for the text:

seriesSettings: {
    polarspline: {
        dataPointText: {
            enabled: true,            
            style: {
                color: "pink",
                fontWeight: "bold"
            }
        }
    }
}

This setting is demonstrated in the following example.