I have an issue with vtkChartXY.<br>I have a table with 4 values and I map two of the columns to the X and Y . <br><br>The points are connected to a 3D view point set through matching IDs. <br>I have used the vtkSelectionChanged callback function to retrieve the id of the selection which is then used to highlight the corresponding 3D point using a tubefilter , <br>
<br>It works 2 -3 times , but after that the 3D actors start disappearing one by one as I select the point on the graph. The only actor I remove is the tubefilter which is generated everytime I select a new point . But it seems like when I remove the tubefilter it also removes the 3D actors randomly . <br>
<br>I am not sure if it is a bug, since the opposite case works fine . That is if I select the points in 3D , the corresponding graph point gets selected without problems. <br><br>Advice?<br><br>Darshan<br>