GMR Insight
GMR Insight

Visualizations

GMR Insight
January 01, 2018

Bar chart error bar end caps

January 01, 2018/ Tony Alvarez

Description: Bar chart error bar end caps.
Assumptions: myVis is a visualization type script parameter.

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

#Bar charts only support y-axis error bars
myVisVC.YAxis.ErrorBars.ShowEndCaps = True
January 01, 2018/ Tony Alvarez/ Comment
Spotfire, IronPython, Bar Chart
Error Bars

Tony Alvarez

  • Bar chart error bar color
  • Bar chart error bar include in axis ...

GMR Insight