Anyone have any pointers on how to get the plot symbol in the vtkXYPLotActor to be the same as what the Glyph is set to.<br><br>For instance say I do this:<br><br>vtkXYPlotActor* plot = vtkXYPlotActor::New();<br>plot-&gt;GetGlyphSource()-&gt;SetGlyphTypeToCross();<br>
plot-&gt;GetGlyphSource()-&gt;CrossOn();<br><br>This changes the symbol in the legend to a cross, however it doesn&#39;t change the actual points.  I&#39;m assuming I need to use something like SetPlotSymbol(), but I am unsure how to get the exact same shape as what the Glyph is set at.<br>
<br>Any help is greatly appreciated.<br><br>Thanks,<br><br>Justin<br>