PureBytes Links
Trading Reference Links
|
Hello,
In that case I suggest using PlotGrid instead:
PlotGrid( 1 );
(this is dotted however).
If you don't want the label using regular Plot:
Plot(1,"",6, styleLine | styleNoLabel );
Note the | instead of comma that you have used.
| is used to combine style flags (by binary or-ing them)
Best regards,
Tomasz Janeczko
amibroker.com
----- Original Message -----
From: "quchi" <adrian@xxxxxxxxxxxxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Wednesday, October 15, 2003 6:44 PM
Subject: [amibroker] Re: Simple label Question
> yes but this "Title="";" removes all the Titles and still leaves the
> number 1 to the right
> I have an Indicator myInd= osc(p1,p2); which goes back and forth
> around 1.
> I want the Title of the myInd and values but not of the horizontal
> line
> thx
> adrian
>
>
> --- In amibroker@xxxxxxxxxxxxxxx, "Tomasz Janeczko" <amibroker@xxxx>
> wrote:
> > Hello,
> > Plot(1,"",6,styleLine,styleNoLabel);
> >
> > Title="";
> >
> > Best regards,
> > Tomasz Janeczko
> > amibroker.com
> > ----- Original Message -----
> > From: "quchi" <adrian@xxxx>
> > To: <amibroker@xxxxxxxxxxxxxxx>
> > Sent: Wednesday, October 15, 2003 5:10 PM
> > Subject: [amibroker] Simple label Question
> >
> >
> > > Hi
> > > How can I have no value displayed on a chart?
> > > For example
> > > Plot(1,"",6,styleLine,styleNoLabel);
> > > I'd like to have just a line with nothing else on the Title and
> on
> > > the right
> > > TIA
> > > adrian
> > >
> > >
> > >
> > > Send BUG REPORTS to bugs@xxxx
> > > Send SUGGESTIONS to suggest@xxxx
> > > -----------------------------------------
> > > 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/
> > >
> > >
> > >
>
>
>
> 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/
>
>
>
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Buy Ink Cartridges or Refill Kits for your HP, Epson, Canon or Lexmark
Printer at MyInks.com. Free s/h on orders $50 or more to the US & Canada.
http://www.c1tracking.com/l.asp?cid=5511
http://us.click.yahoo.com/mOAaAA/3exGAA/qnsNAA/GHeqlB/TM
---------------------------------------------------------------------~->
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/
|