Laxmi Acharya Posted May 25, 2018 Share Posted May 25, 2018 # 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 More sharing options...
Laxmi Acharya Posted May 25, 2018 Author Share Posted May 25, 2018 Can we clear the old cell value formatting applied Link to comment Share on other sites More sharing options...
Sayali Patil Posted May 25, 2018 Share Posted May 25, 2018 Hello, We can only resize all columns at once in the Cross Table. There is no individual column resize in the API. To loop through the cross table cells - http://bispotfire.blogspot.com/2015/06/cross-table-data-to-2d-array-python-can.html Link to comment Share on other sites More sharing options...
Deepak J Posted November 3, 2019 Share Posted November 3, 2019 I too need an reply on this! Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now