Hello I cant manage the paneTag, I mean how to set the height, abovePrice...
Equivalent with WL6:
CreatePane(int height, bool abovePricePane, bool displayGrid);
Thank you very much.
Equivalent with WL6:
CreatePane(int height, bool abovePricePane, bool displayGrid);
Thank you very much.
Rename
You no longer create panes the way you did in WL6. paneTag is just a string you pass with PlotTimeSeries or related method to indicate WL7 that it should plot an object in an existing pane or create a new one on-the-fly.
So without the CreatePane, is there a way to direct the plot above the Price pane rather than below? What about the size of the pane created? Is there a SetPaneHeight property?
I will also like to have the functionality to control pane height and whether it should be at the bottom of the price pane or above the price pane.
@MrHari
This is on our backlog for future development.
This is on our backlog for future development.
If you would just save the pane height and arrangement in the Workspace that would work for me. Then you could visually adjust them as needed without editing the code.
OK: Off the subject. I just want to say how thrilled I am at your support. My questions are answered promptly and very well -- even with multiple perspectives. Thank you.
OK: Off the subject. I just want to say how thrilled I am at your support. My questions are answered promptly and very well -- even with multiple perspectives. Thank you.
QUOTE:Interesting take!
If you would just save the pane height and arrangement in the Workspace that would work for me. Then you could visually adjust them as needed without editing the code.
Your Response
Post
Edit Post
Login is required