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;

Comments

Popular posts from this blog

WPF How to Dispose ViewModel when the associated UserControl (Not Window) closes?

WPF: VisualTreeHelper Find Parent of Specific Type

C# How to unit test Dispatcher