Rajat Hada Posted August 15, 2021 Share Posted August 15, 2021 I created the table using the below code. I have a text area with a button. When this button is clicked table plot is created. Currently screen gets splitted into two parts. One has already availble text area and other has the newly created table plot. Can anyone please help how to control the size and Location of the plot tableVis = Application.Document.ActivePageReference.Visuals.AddNew[TablePlot]() tableVis.Data.DataTableReference=table1 tableVis.TableColumns.AddRange(listofColumns) tableVis.Legend.Visible = False 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