lokesh Reddy Posted November 3, 2016 Share Posted November 3, 2016 Any ironPython script is avaiable for this Link to comment Share on other sites More sharing options...
Gregoire LARTIGUE Posted August 11, 2020 Share Posted August 11, 2020 You can set the width of the column at 0 from Spotfire.Dxp.Data import * from Spotfire.Dxp.Application.Visuals import CrossTablePlot for page in Document.Pages: if (page.Title == "PageTitle"): Document.ActivePageReference=page crossTable = viz.As[CrossTablePlot]() #NumberOfYourColumn[0] crossTable.RowHeaderWidths[0]=0 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