Unofficial Spotfire Collection of Script Snippets
Customer Banners (Ads) - SpiceUp. AX and SpotfireX Disclaimer
Refer to Spotfire JavaScript best practices when implementing these scripts
If you find this site useful and you want to support, buy me a coffee to keep this site alive and without ads.
Switching between line or bar in a combination chart
#vc is a script parameter that contains your combination chart.
vc = Graph.As[CombinationChart]()
# Sets chart to show lines
vc.SeriesType = CombinationChartSeriesType.Line
# Sets chart to show bars:
vc.SeriesType = CombinationChartSeriesType.Bar
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment