PureBytes Links
Trading Reference Links
|
Use setChartBkColor() and an appropriate color for the selector bar instead of the second Plot().
Bill
----- Original Message -----
From: "Gary" <ghost200_2000@xxxxxxxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Thursday, February 08, 2007 7:56 AM
Subject: [amibroker] Re: Missing vertical bar
> Thanks for your suggestion Bill, but it doesn't work, that's not the
> problem, no matter what color you pick, the line still disappears in
> the background...
> Try to copy and paste my code to see what I mean...
>
> Plot(C,"Close",colorBlack);
> Plot(1,"",colorRose,styleArea|styleOwnScale|styleNoLabel,0,1,0);
>
>
> --- In amibroker@xxxxxxxxxxxxxxx, "wavemechanic" <fimdot@xxx> wrote:
>>
>> Have you chosen a color for the Selector Line (Preferences|Colors)
> that is the same or similar to the background color?
>>
>> Bill
>>
>> ----- Original Message -----
>> From: "Gary" <ghost200_2000@xxx>
>> To: <amibroker@xxxxxxxxxxxxxxx>
>> Sent: Wednesday, February 07, 2007 12:36 PM
>> Subject: [amibroker] Missing vertical bar
>>
>>
>> >I have this simple plot with background color, when I have the
>> > background, clicking around the chart WILL NOT show the vertical
> bar.
>> >
>> > If you delete the second plot (background) you can see the
> vertical bar.
>> >
>> > Anybody knows the solution to this in order to show the vertical
> bar?
>> >
>> >
>> > Plot(C, "Close", colorBlack);
>> > Plot(1, "", colorRose, styleArea | styleOwnScale | styleNoLabel,
> 0, 1,
>> > 0);
>> >
>> >
>> > Thanks,
>> >
>> > Gary.
>> >
>> >
>> >
>> > 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 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
>> >
>> >
>> >
>> >
>> >
>> >
>> > --
>> > No virus found in this incoming message.
>> > Checked by AVG Free Edition.
>> > Version: 7.5.432 / Virus Database: 268.17.28/672 - Release Date:
> 2/6/2007 10:22 AM
>> >
>> >
>>
>
>
>
>
> 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 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
>
>
>
>
>
>
> --
> No virus found in this incoming message.
> Checked by AVG Free Edition.
> Version: 7.5.432 / Virus Database: 268.17.28/672 - Release Date: 2/6/2007 10:22 AM
>
>
Content-Description: "AVG certification"
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.5.432 / Virus Database: 268.17.30/674 - Release Date: 2/7/2007 3:33 PM
|