Hello,<div><br></div><div>I one small application, with two renderers in same rendering window. And I display contours in both the renderers. I use vtkScalarBarWidget to display the color bar. What I want to do is, the color bar and contour must be displayed on either of the renderer which user selects.So without deleting the vtkScalarBarWidget object, is it possible to display the colorbar on the active renderer? </div>
<div><br></div><div>I tried using SetCurrentRenderer() and SetDefaultRenderer() functions. But didn't succeed. Any suggestions how to implement this?</div><div><br></div><div>Thanks</div>