| 
 PureBytes Links 
Trading Reference Links 
 | 
GifA is what I get in some situations, due to the following code:
Plot(IIf(Month()!=Ref(Month(),-1),1,0),"",24,styleHistogram|styleOwnScale|styleNoLabel,0,7);
Plot(IIf(DayOfWeek()<Ref(DayOfWeek(),-1),1,0),"",39,styleHistogram|styleOwnScale|styleNoLabel,-0.55,14);
I really want to keep this code.  The results are very nice, except
where there is interference with the display.  Is there any way to
create a "buffer zone" between the top of the date display and the
bottom of the price chart information?  I know I can scroll the scale
up a bit, but if there is a way to do it automatically, how
wonderful.
Yuki ^_^
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx 
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html 
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/ 
Attachment:
GifA.gif
 
Attachment:
Description: "Description: GIF image" 
 |