| 
 Thanks Ara, but I don't think that will work with 
the standard Price chart as it doesn't display placeholders for values 
other than in the line below. 
 
_N (Title = StrFormat("{{NAME}} - {{INTERVAL}} 
{{DATE}} Open %g, Hi %g, Lo %g, Close %g (%.1f%%) {{VALUES}}", O, 
H, L, C, SelectedValue( ROC( C, 1 ) ) ));
It automatically displays these values from 
another section. How would you insert a new line break in the above to wrap the 
values given below? 
Plot (R1, "R1",colorYellow,styleDashed|styleStaircase+styleNoRescale 
);
Plot (R2, "R2",colorLightGrey,styleDashed|styleStaircase+styleNoRescale 
);
Plot (S1, "S1",colorYellow,styleDashed|styleStaircase+styleNoRescale 
);
Plot (S2, "S2",colorLightGrey,styleDashed|styleStaircase+styleNoRescale 
);
Plot (PP, "PP",colorRed,styleStaircase|styleDots|styleDashed|styleNoRescale 
);
Plot (DayO, "DO",colorLime, 
styleStaircase|styleNoRescale);
cheers  
  ----- Original Message -----  
  
  
  Sent: Thursday, October 27, 2005 1:34 
  AM 
  Subject: Re: [amibroker] Anyway to "wrap" 
  the chart title displayed values?? 
  
  
  don't think you can wrap, but you can use the new 
  line command anywhere in the line  - "\n" 
  
    ----- Original Message -----  
    
    
    Sent: Wednesday, October 26, 2005 7:27 
    AM 
    Subject: [amibroker] Anyway to "wrap" 
    the chart title displayed values?? 
    
  
    Is there a way to force the chart title to 
    automatically wrap the values it displays? At the moment the Pivot point 
    values are only partly displayed.   
  
Please note that this group is for discussion between users only. 
 
To get support from AmiBroker please send an e-mail directly to  
SUPPORT {at} amibroker.com 
 
For other support material please check also: 
http://www.amibroker.com/support.html 
 
  
  
 
  
    
  YAHOO! GROUPS LINKS
 
 
    
 |