GMR Insight
GMR Insight

Visualizations

GMR Insight
January 01, 2018

Bar chart legend position

January 01, 2018/ Tony Alvarez

Description: Bar chart set legend position.
Assumptions: myVis is a visualization type script parameter.

from Spotfire.Dxp.Application.Visuals import VisualContent, LegendDock
myVisVC = myVis.As[VisualContent]()

myVisVC.Legend.Dock = LegendDock.Right #or LegendDock.Left
January 01, 2018/ Tony Alvarez/ Comment
Spotfire, IronPython, Bar Chart
Legend

Tony Alvarez

  • Bar chart legend
  • Bar chart legend item details

GMR Insight