- ago
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.
0
1,284
6 Replies

Reply

Bookmark

Sort
- ago
#1
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.
0
- ago
#2
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?
1
- ago
#3
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.
0
- ago
#4
@MrHari
This is on our backlog for future development.
0
- ago
#5
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.
0
Cone8
 ( 28.25% )
- ago
#6
QUOTE:
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.
Interesting take!
0

Reply

Bookmark

Sort