Spotfire Data Limiting - How to limit data using markings (C#, Ironpython)

 

Code:

public static void LimitDataUsingMarking(this Visualization chart, Document document)

        {

            chart.Data.Filterings.Add(document.Data.Markings["Marking"]);

        }





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) ?