Posts

Showing posts with the label Show

Spotfire JSViz: How to Show or Hide Title of the visualization (C# extensions)

             var jsVisual = document.ActivePageReference.Visuals.AddNew<JSVisualizationModel>();             jsVisual.LegendVisible = false;             jsVisual.Visual.ShowTitle = false;