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?

C# How to unit test Dispatcher

WPF: How to Deep Copy WPF object (e.g. UIElement) ?