color

Specifies the color of the series element being pointed to with the mouse.


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

This setting is demonstrated in the following example.