PureBytes Links
Trading Reference Links
|
All,
1.) How do you plot Text Left Justified at the Line Level using
styleLeftAxisScale not at the Title Level and the use of \n doesn't do it.
Apparently the default scale for the styleLeftAxisScale is the
RightAxisScale until an individual StyleOwnScale is used.
2.) Is there a handy way Plot LeftJustified text at the line level using
only the RightAxisScale as well?
3.) Is there such a thing as SetChartOptions to lock the styleLeftAxisScale
to the same scale as the current RightAxis automatically?
Thanks in advance.
MV
example for ^DJI symbol
/* styleLeftAxisScale Plot */
Plot(Close,"Close",1,1);
Plot(11380,"11380 Text Inserted Here to be at the line level left
justified",10,1 | styleLeftAxisScale);
|