Cone8
 ( 24.80% )
- ago
First mentioned in:
/Discussion/SetBackgroundColor-across-all-panes-5719

* Panes in user-defined order (above/below "Price")
* Control pane height
* Also control PricePane's height (requested)
15
1,339
Solved
14 Replies

Reply

Bookmark

Sort
- ago
#1
Moved the offopic posts (font size etc.) to an already existing feature request:

https://www.wealth-lab.com/Discussion/Control-Text-Font-5933
0
- ago
#2
Hopefully you'll also implement
HidePaneLines()

*Much* better to have control via code in an individual strategy as needed vs a universal Preference or workarounds like Pane Separator Thickness (which doesn't go down to 0 anyway).

Just my $0.02.
0
Cone8
 ( 24.80% )
- ago
#3
Another related tag-along request for this one: SetLogScale
Give strategies the ability to set a pane to log or linear. WL6.9 syntax: SetLogScale(ChartPane pane, bool logScale);
0
Glitch8
 ( 9.89% )
- ago
#4
With build 13 released, this item is currently under development!
3
- ago
#5
Can't wait!
1
Glitch8
 ( 9.89% )
- ago
#6
The dev work is complete for this Build 14 request! Just need Cone to get back from vacation to test and document. Not only can you control log scale and separator line width in code, but you can control many more aspects of the chart display from code now.
1
Best Answer
- ago
#7
Oh goody, goody!

HidePaneLines too, I hope.....
0
Glitch8
 ( 9.89% )
- ago
#8
The pane lines are the separator lines I referred to above. Setting their width to zero hides them.
0
- ago
#9
Was hoping for a code-based option as well so it can be strategy-specific rather than universal. Oh, well...
0
Glitch8
 ( 9.89% )
- ago
#10
It is code based.
2
- ago
#11
+1

Glad to see this feature request done!
0
- ago
#12
QUOTE:
Also control PricePane's height (requested)


Do we have ability to control PricePane's height? I look at the method,

CODE:
SetChartDrawingOptions();


but did not see an option to do so.
0
Cone8
 ( 24.80% )
- ago
#13
See the QuickRef example for SetPaneDrawingOptions
0
- ago
#14
Awesome. Thanks Cone.
1

Reply

Bookmark

Sort