<span style='font-family:Verdana'><span style='font-size:12px'><span style="font-family: verdana;"><span style="font-size: 12px;">Hi everybody!<br /> 
<br /> 
I'm searching for a kind of Activiz - </span></span>RenderWindowControl <span style="font-family: verdana;"><span style="font-size: 12px;">- vtkChart "Hello World" example.<br /> 
<br /> 
I was able to "rewrite" the chart example here</span></span><br /> 
http://www.kitware.com/products/html/NewChartAPIInVTK.html<br /> 
using the Activiz 5.6.1 framework, but I don't see how I can render a chart inside the Kitware.VTK.RenderWindowControl.<br /> 
<br /> 
In the HalloVTKForm example provided with Activiz, a vtkActor is set with the AddViewProp() method, but I can't cast a ChartXY object to vtkProp (no wonder, they arent anywhere close in the object stucture).<br /> 
<br /> 
I tried to create a new vtkContextView and set its render window to the one provided by the control like this:<br /> 
<br /> 
vtkRenderWindow renwin = renderWindowControl1.RenderWindow;<br /> 
vtkContextView view = vtkContextView.New();<br /> 
(...)<br /> 
view.GetRenderer().SetRenderWindow(renwin);<br /> 
<br /> 
but it only opens a new window instead of drawing inside the control.<br /> 
<br /> 
Thanks for your help!</span></span>