PureBytes Links
Trading Reference Links
|
Yuki,
The only negative width that is accepted is -1.
width = -1 (the default) means "old" behaviour, i.e. column width is determined
automatically from the length of text in column caption.
any width >= 0 is just PIXEL width of the column. So 100 is just 100 pixels on your screen.
Best regards,
Tomasz Janeczko
amibroker.com
----- Original Message -----
From: "Yuki Taga" <yukitaga@xxxxxxxxxxxxx>
To: "Tomasz Janeczko" <amibroker@xxxxxxxxxxxxxxx>
Sent: Saturday, September 10, 2005 1:25 AM
Subject: Re: [amibroker] AmiBroker 4.72.0 BETA released
> Hi Tomasz,
>
> Saturday, September 10, 2005, 6:01:27 AM, you wrote:
>
> TJ> AddColumn( ARRAY, "Caption", format = 1.2, color = colorDefault, bgcolor = colorDefault, width = -1);
> TJ> AddTextColumn( "Text", "Caption", format = 1.2, color = colorDefault, bgcolor = colorDefault, width = -1 );
>
> Could you explain the numerical values for this new parameter? The
> difference between a negative and positive value, for example, and
> what the value is measuring?
>
> I have been playing with this, but as I don't understand it, I don't
> understand what results I should be looking for.
>
> Yuki
>
>
>
>
> 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
>
>
>
>
>
>
>
------------------------ Yahoo! Groups Sponsor --------------------~-->
Put more honey in your pocket. (money matters made easy).
http://us.click.yahoo.com/r7D80C/dlQLAA/cosFAA/GHeqlB/TM
--------------------------------------------------------------------~->
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
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|