enabled

Specifies whether a visual effect for the element being selected with the mouse is enabled or not.


seriesSettings: {
    rangebar: {
enablePointSelection:true,
        activeSettings: {
            pointSelectedState: {
                enabled: true
            }
        }  
    }
}

This setting is demonstrated in the following example.