Transparent Marks only?

TeeChart for ActiveX, COM and ASP
Post Reply
Bob
Newbie
Newbie
Posts: 23
Joined: Thu May 27, 2004 4:00 am
Location: Houston, TX USA

Transparent Marks only?

Post by Bob » Tue Jul 19, 2005 9:03 pm

With TChart AX 7 the background of Marks seems to be transparent all the time. I can't make the background of the Mark into a non-see-through color. In earlier versions of TChart the Marks were opaque. Now you can't read their value because they are transparent and they get mixed with the Chart background. Any ideas would be appreciated.
Thanks,
Bob

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Wed Jul 20, 2005 7:38 am

Hi Bob,

I'm not able to reproduce what you report here and using latest Teechart version available (v7.0.0.4). However you could try using:

Code: Select all

    With TChart1.Series(0).Marks
        .Color = vbRed
        .Transparency = 50
        .Transparent = False
    End With
If it doesn't work for you could you please send us an example we can run "as-is" or give us more detailed instructions on how to reproduce this problem here?

You can post your files at [url]news://www.steema.net/steema.public.attachments[/url] newsgroup.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply