Page 1 of 1

Transparent Marks only?

Posted: Tue Jul 19, 2005 9:03 pm
by 32639
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

Posted: Wed Jul 20, 2005 7:38 am
by narcis
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.