| 
 Is there a plot style or maybe a chart preference that turns off the display of labels for prices that are outside the viewable chart area?  I’m using the following plot statement: 
  
for (j=0; j<numLines; j++) { 
       Plot( Line[j], "Line"+j, colorYellow, styleLine | styleNoRescale | styleNoTitle ,Null,Null,10 ); 
  
which plots horizontal lines on a chart.  For lines outside the price range of the chart, the labels stack up at the top or bottom of the right hand side label axis.  Here’s an example snapshot: 
  
  
  
How can I make only the labels within the viewable price range display? 
  
Thanks, 
  
David 
  
  
  
  
 |