[vtkusers] how to interactor with vtkChartXY on existing renderWindow

Marcus D. Hanwell marcus.hanwell at kitware.com
Mon Sep 29 09:25:11 EDT 2014


On Tue, Sep 28, 2010 at 8:41 AM, gistersoft <gistersoft at 126.com> wrote:
> hello,
>
> I am trying to plot 2D plots using vtkChartXY, when I set
> vtkContextView view = vtkContextView.New();
> view.SetRenderWindow(renWin);
>
> the plots can show on the existing renderwindow, but it can't iteractor with
> mouse, please guide to do it.
>
Interaction is not currently possible when rendering on to a 3D scene.
I need to look into the hand off when using multiple interactors in
order to make it work, and have not had the time/a project that needed
this thus far.

Marcus


More information about the vtkusers mailing list