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

 IndexedCombinationChartSeriesType indexedSeriesType = combinationChart.IndexedSeriesType;

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

Comments