質問

How can I change TreeMap properties(Hierarchy, Size by) using ironpython script in spotfire.

役に立ちましたか?

解決

I found the solution:

from Spotfire.Dxp.Application.Visuals import Treemap
treeChart = vis.As[Treemap]()
vis.Title="tree map title"
treeChart.Data.DataTableReference = "Your Expression"
treeChart.ColorAxis.Expression = "Your Expression"
ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top