I don't think it is hidden. 

Default price chart allows
switching to line chart using
View->Price chart style->Line

menu.

Best regards,
Tomasz Janeczko
amibroker.com
----- Original Message ----- 
From: "Barry Scarborough" <[email protected]>
To: <[email protected]>
Sent: Wednesday, February 11, 2009 1:28 PM
Subject: [amibroker] Re: Price Chart


> It is kinda hidden. The shipped Price function does not show all the 
> style parameters. If it had then you could have just used it or 
> drag/dropped it on your chart. To show all the available styles you 
> need to change the ParamStyle in the plot statement to 
> 
> Plot( C, "Close", ParamColor("Color", colorBlack ), styleNoTitle | 
> ParamStyle("Style", styleLine, maskAll) ); 
> 
> The maskAll shows all the styles when you select the Style parameter. 
> Mask is the default and only shows a few styles. Check out ParamStyle 
> in help.
> 
> Barry
> 
> --- In [email protected], "Larry M Powell" <larypow...@...> 
> wrote:
>>
>> I am trying to plot a price as a single line, I have been looking 
> at 
>> help but cannot find it.  Could someone please direct me?
>> 
>> Thanks,  Larry
>>
> 
> 
> 
> 
> ------------------------------------
> 
> **** IMPORTANT ****
> This group is for the discussion between users only.
> This is *NOT* technical support channel.
> 
> *********************
> TO GET TECHNICAL SUPPORT from AmiBroker please send an e-mail directly to 
> SUPPORT {at} amibroker.com
> *********************
> 
> For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
> http://www.amibroker.com/devlog/
> 
> For other support material please check also:
> http://www.amibroker.com/support.html
> 
> *********************************
> Yahoo! Groups Links
> 
> 
> 

Reply via email to