Chemdraw renderer in Ironpython
Writing a script to allow dynamic changes to a Spotfire Lead Discovery visualization. I want to allow the change of the label content and it's associated renderer using a control in a text area. I can code the change to a text label:
vis.SetLabelRenderer(ValueRendererTypeIdentifiers.DefaultRenderer)
But cannot set it back to a structure label as the ValueRendererTypeIdentifier is not given anywhere that I can find.
Is there Lead Discovery specific documentation for scripting?
-
You can test the piece of code that will automatically configure all renderings.
Script (Line of Code):
tableVis.AutoConfigure()Link for reference:
https://docs.tibco.com/pub/doc_remote/sfire_dev/area/doc/api/TIB_sfire-analyst_api/html/M_Spotfire_Dxp_Application_Visuals_VisualContent_AutoConfigure.htmHope this helps!
0
Please sign in to leave a comment.
Comments
1 comment