Spotfire CombinationChart Setting Series Type (Bar or Line) C# IronPython

 IndexedCombinationChartSeriesType indexedSeriesType = combinationChart.IndexedSeriesType;

            indexedSeriesType[new CategoryKey("BOE (Mstb)")] = CombinationChartSeriesType.Line;

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