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->GetGlyphSource()->SetGlyphTypeToCross();<br>
plot->GetGlyphSource()->CrossOn();<br><br>This changes the symbol in the legend to a cross, however it doesn't change the actual points. I'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>