- ago
Custom charts have more details, and importance, than others. Just like WL6 (below) able to set the height of a chart pane.

Also, able to resize chartpane height using the mouse.

If not possible in WL7, maybe in WL8.

CODE:
ChartPane rsiPane = CreatePane(50, true, true);
1
735
Solved
5 Replies

Reply

Bookmark

Sort
Cone8
 ( 28.25% )
- ago
#1
With the mouse, just hover directly over the pane divider, left click when the cursor changes to a double up/down arrow.

In code, see SetPaneDrawingOptions.
1
Best Answer
- ago
#2
Is there a way to statically set a range for a pane? (ie not having the range of the pane automatically resize according to the displayed data in field. For instance, having a oscillator indicator constantly resize can get disorienting)
I tried setting a "drawhorzline" but it still gets "ranged out" if the data being displayed doesn't hit that range.
I considered possibly setting a "null" time series (nulltimeseries=randomindicatorseries-randomindicatorseries+desiredconstant;), but I was thinking that it occupied unnecessary computation cycles to fill a random constant value to a timeseries, when all I want is a static chart pane and a constant line (which should add minimal additional computation).
0
- ago
#3
No, a fixed value is not an option like it once was in v6.
0
- ago
#4
Is there a way to "get" what the current y-axis range of a given pane is? ... preferably without lots of WPF programming.
0
Glitch8
 ( 12.08% )
- ago
#5
no
0

Reply

Bookmark

Sort