Jump to content

Iterating through the Cell Values of cross table and setting the width for each one of them using Ironpython


Laxmi Acharya

Recommended Posts

# myvis = crosstable input

from Spotfire.Dxp.Application.Visuals import *

vis = myvis.As[CrossTablePlot]()

vis.RowHeaderWidths[0] = 150

vis.CellWidth = 100

I'm only able to modify the Vertical Axes width. But not able to set the cell value width for the cross table.

Also here I want to iterate through each of the Cell values and set different width for each one of them

 

Thanks

Link to comment
Share on other sites

  • 1 year later...

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...