GMR Insight
GMR Insight

Visualizations

GMR Insight
January 01, 2018

Bar chart legend

January 01, 2018/ Tony Alvarez

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

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

myVisVC.Legend.Visible = not(myVisVC.Legend.Visible) #Toggle legend
January 01, 2018/ Tony Alvarez/ Comment
Spotfire, IronPython, Bar Chart
Legend

Tony Alvarez

  • Bar chart error bar include in axis ...
  • Bar chart legend position

GMR Insight