Jump to content

How do we reference Sankey diagram Mod in ironpython scripts?


Kian How Tan

Recommended Posts

Hi,

I am trying to control my Sankey diagram using Ironpython.

While I am able to reference a cross-table in this manner

#Create cross table visualization

for vis in page.Visuals:

ct = vis.As[CrossTablePlot]()

# Horizontal:

ct.ColumnAxis.Expression = "<[Col1]>"

# Vertical:

ct.RowAxis.Expression = "<[Col2] >"

# Cell values:

ct.MeasureAxis.Expression = "Max([Col3])"

I am struggling to find the Sankey Mod equalivent.

Any pointers to the documentation would be helpful!

Thanks

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...