Search productSearch post

Tibco Spotfire Api

Get a quote

Tibco Spotfire Api

Master Guide to TIBCO Spotfire APIs: Integration, Automation, and Customization

outputPath = r"C:\Reports\chart.png" with File.OpenWrite(outputPath) as output: stream.WriteTo(output)

TextBlock txt = new TextBlock(); txt.Text = "Hello from the Spotfire API!"; txt.FontSize = 20; return txt;

myTable = Document.Data.Tables["SalesData"]