color

Specifies the color of the series element being selected with the mouse.


seriesSettings: {
    rangebar: {
enablePointSelection:true,
        activeSettings: {
            pointSelectedState: {
                enabled: true,  
                color:'pink'            
                }
        }  
    }
}

This setting is demonstrated in the following example.