Skip to Main Content
Spotfire Ideas Portal
ADD A NEW IDEA

API

Showing 314 of 4384

Export of HtmlTextArea - controls as html

Hi, it would be great if while exporting HtmlTextArea via API as Html: chart.As<HtmlTextArea>().Export(); or chart.As<HtmlTextArea>().HtmlContent; I am able to get "values" of spotfire controls (e.g. the same way as images chart.As<...
about 8 years ago in Spotfire / API 0 Future Consideration

Allow Javascript API to reference specific visuals on a page

I would like to request that the javascript api be allowed to reference specific visuals on a page and not just the whole page itself. This would allow greater reuse of existing DXPs as I could have a DXP used from within the normal Spotfire web p...
about 8 years ago in Spotfire / API 0 Future Consideration

Export API to hide Progress Bar during custom export

We use Spotfire.Dxp.Application.Document.Export(PdfExportSettings, “PDFFile.pdf") to export the visualization to PDF Files in our custom Export. We need an option in API to hide the Progress Bar or run the Progress Bar (Exporting Page {x} out of {...
about 8 years ago in Spotfire / API / Export 0 Future Consideration

Spotfire CheckBoxHierarchyFilter Get/Set element by API

It is not possible to get/set the selection done on hierarchy filter from Python. We often use to have two cluster on the same dataset. My aim is to copy the selection done on a Filter (with hierarchy type) from a DataTable to the same filter on o...
about 8 years ago in Spotfire / API 0 Future Consideration

Api reference link in the respective help pages---spotfire automation

Hi This idea is mainly related to a developers who automates the report a lot and giving some functionalities to user using ronpython. Evereytime developer need to go to the reference link and find what he needs but instead if you can add the rel...
about 8 years ago in Spotfire / API 0 Future Consideration

Programmatically set Details-On-Demand columns via Spotfire API

Hello, in some situations it would be very useful to set the columns of the Details-On-Demand panel with a ironPython script. Do you think that could be included in a further evolution? Thanks. Mickael
about 8 years ago in Spotfire / API 0 Future Consideration

Ability to create checkable menu items (tool) in Spotfire

We need to add a "checkable" menu item under Tools but It seems there is no API to doing this! also I need to insert separator lines between my created tools but I could not any API for this.
about 8 years ago in Spotfire / API 0 Future Consideration

PersistentDataView does not accept RowSelection object

The current constructor of PersistentDataView takes as input marked rows using DataSelection object: public PersistentDataView(string name, IList<string> columnExpressions, IList<DataColumn> groupByColumns, DataTable baseTable, DataSel...
about 8 years ago in Spotfire / API 0 Future Consideration

API that mimics the behavior of the center button in the map pan control

I would like to be able to create a script that mimics the behavior of the center button in the map pan control that can be executed when a property control is changed.
about 8 years ago in Spotfire / API / Maps 0 Future Consideration

Add ability to enumerate all Category Keys in Combo Chart Colour Axis in API

Currently it is not possible to enumerate all category keys in the Colour Axis in a Combination chart, so it's not easy to set series types (lines/bars) in code - line/bar. In addition, if one tries to do it, Spotfire hangs. If one tries to set th...
about 8 years ago in Spotfire / API 0 Future Consideration