Hi,<br><br>In MyCustomRenderView, I used vtkLegendBoxActor, to associate a symbol with a text string. <br><br>I added vtkLegendBoxActor to my view like this:<br><br>this->GetNonCompositedRenderer()->AddActor(this->LegendBoxActor);<br>
<br>I need to make this actor Dragable/Movable. I tried this->LegendBoxActor->SetDragable(1); but this is not working.<br><br>Could you please suggest how to make my vtkLegendBoxActor movable/dragable??<br><br>Thanks for your help in advance.<br>
<br>Regards,<br>Pandu.<br>