remove labels in KPI
Hello,
I am trying to get rid of the labels in the KPI chart (aka where it gives you the value and definition of the KPI) and just want tiles by product colored by the value of the KPI.
I'm trying to run this simple IronPyhon script:
from Spotfire.Dxp.Application.Visuals import *
kpiVisualization = ppk_KPI.As[VisualContent]()
kpiVisualization.ShowDescription = True
kpiVisualization.ShowXLabelInTile = False
but I keep getting this error:
AttributeError: 'KpiChart' object has no attribute 'ShowXLabelInTile'
but looking here: https://docs.tibco.com/pub/doc_remote/sfire-analyst/7.11.0/TIB_sfire-ana... Tibco says it does.
Please help!
+ Add a Comment