Change Cross Table properties

#Script to change row header and cell widths
#viz is a crossTable visualizaiton script parameter
from Spotfire.Dxp.Application.Visuals import CrossTablePlot

#Change the second RowHeader
view.As[CrossTablePlot]().RowHeaderWidths[1]=150

#resize cells
viz.As[CrossTablePlot]().CellWidth=100

See CrossTablePlot Members


Previous
Next Post »